-
setIsSettingsOpen(true)}>Settings
+
setIsSettingsOpen(true)}>Settings
handleStyleChange({target: {value: "Yotsuba"}}
)}>Home
@@ -263,6 +263,16 @@ const Subscriptions = () => {
+
+ [
+ Catalog
+ ]
+
+
+
+ Catalog
+
+
@@ -1033,7 +1043,7 @@ const Subscriptions = () => {
}>Create Board
]
[
- setIsSettingsOpen(true)}>Settings
+ setIsSettingsOpen(true)}>Settings
]
[
handleStyleChange({target: {value: "Yotsuba"}}
diff --git a/src/components/views/Thread.jsx b/src/components/views/Thread.jsx
index 74a0b97b..ac49693b 100644
--- a/src/components/views/Thread.jsx
+++ b/src/components/views/Thread.jsx
@@ -253,7 +253,7 @@ const Thread = () => {
const selected = event.target.value;
if (selected === 'subscriptions') {
- navigate(`/profile/p/subscriptions`);
+ navigate(`/p/subscriptions`);
return;
}
@@ -288,7 +288,7 @@ const Thread = () => {
<>
[
- Subscriptions
+ Subscriptions
] [
{defaultSubplebbits.map((subplebbit, index) => (