From 4d6b7e1a4638bdb891ff0fd3e46253aef65b3555 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sat, 25 Oct 2025 00:05:23 +0200 Subject: [PATCH] ui: reorder bookmarks bar buttons - Change button order to: Home, Explore, Settings - Maintains all existing functionality --- src/components/SidebarHeader.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/SidebarHeader.tsx b/src/components/SidebarHeader.tsx index 43465125..80d9824f 100644 --- a/src/components/SidebarHeader.tsx +++ b/src/components/SidebarHeader.tsx @@ -141,18 +141,6 @@ const SidebarHeader: React.FC = ({ onToggleCollapse, onLogou ariaLabel="Home" variant="ghost" /> - { - if (isMobile) { - onToggleCollapse() - } - onOpenSettings() - }} - title="Settings" - ariaLabel="Settings" - variant="ghost" - /> { @@ -165,6 +153,18 @@ const SidebarHeader: React.FC = ({ onToggleCollapse, onLogou ariaLabel="Explore" variant="ghost" /> + { + if (isMobile) { + onToggleCollapse() + } + onOpenSettings() + }} + title="Settings" + ariaLabel="Settings" + variant="ghost" + /> {!isMobile && (