summaryrefslogtreecommitdiff
path: root/gui/src/components/layout/Sidebar.tsx
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-11-19 05:47:30 +0700
committerpolwex <polwex@sortug.com>2025-11-19 05:47:30 +0700
commit74d84cb2f22600b6246343e9ea606cf0db7517f0 (patch)
tree0d68285c8e74e6543645e17ab2751d543c1ff9a6 /gui/src/components/layout/Sidebar.tsx
parente6e657be3a3b1dae426b46f3bc16f9a5cf4861c2 (diff)
Big GUI improvements on Nostr rendering and fetchingpolwex/iris
Diffstat (limited to 'gui/src/components/layout/Sidebar.tsx')
-rw-r--r--gui/src/components/layout/Sidebar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/components/layout/Sidebar.tsx b/gui/src/components/layout/Sidebar.tsx
index bc11e48..12087c1 100644
--- a/gui/src/components/layout/Sidebar.tsx
+++ b/gui/src/components/layout/Sidebar.tsx
@@ -30,7 +30,7 @@ function SlidingMenu() {
<h3> Nostrill </h3>
</div>
<h3>Feeds</h3>
- <div className="opt" role="link" onClick={() => goto(`/f/global`)}>
+ <div className="opt" role="link" onClick={() => goto(`/f`)}>
<Icon name="home" size={20} />
<div>Home</div>
</div>