diff options
Diffstat (limited to 'front/src/components/layout')
-rw-r--r-- | front/src/components/layout/Sidebar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/front/src/components/layout/Sidebar.tsx b/front/src/components/layout/Sidebar.tsx index 1568421..4055454 100644 --- a/front/src/components/layout/Sidebar.tsx +++ b/front/src/components/layout/Sidebar.tsx @@ -22,7 +22,7 @@ function SlidingMenu() { <div id="left-menu"> <div id="logo"> <img src={logo} /> - <h3> Nostril </h3> + <h3> Nostrill </h3> </div> <h3>Feeds</h3> <div className="opt" role="link" onClick={() => goto(`/feed/global`)}> |