diff --git a/src/components/Sidebar/index.tsx b/src/components/Sidebar/index.tsx index 633ec4c..760b520 100644 --- a/src/components/Sidebar/index.tsx +++ b/src/components/Sidebar/index.tsx @@ -20,7 +20,12 @@ export default function PrimaryPageSidebar() {
- +
+ +
+ Im Wald +
+
diff --git a/src/pages/primary/NoteListPage/index.tsx b/src/pages/primary/NoteListPage/index.tsx index e85b220..51a2cc5 100644 --- a/src/pages/primary/NoteListPage/index.tsx +++ b/src/pages/primary/NoteListPage/index.tsx @@ -121,11 +121,18 @@ function NoteListPageTitlebar({ const { isSmallScreen } = useScreenSize() return ( -
+
+ {isSmallScreen && ( +
+
+ Im Wald +
+
+ )}
{setShowRelayDetails && (
+
+
Jumble
+
Im Wald
+
) })