From 18a14d64eac156266348911fdcb49a8d690b1c1b Mon Sep 17 00:00:00 2001 From: Fringg Date: Sat, 7 Feb 2026 07:11:09 +0300 Subject: [PATCH] feat: add Info page link to desktop top navigation The Info button was only accessible via mobile hamburger menu. Added it to the desktop header nav bar between Support and Profile. --- src/components/layout/AppShell/AppShell.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/components/layout/AppShell/AppShell.tsx b/src/components/layout/AppShell/AppShell.tsx index 8df6534..365c6c7 100644 --- a/src/components/layout/AppShell/AppShell.tsx +++ b/src/components/layout/AppShell/AppShell.tsx @@ -121,6 +121,22 @@ const ShieldIcon = ({ className }: { className?: string }) => ( ); +const InfoIcon = ({ className }: { className?: string }) => ( + + + +); + const LogoutIcon = ({ className }: { className?: string }) => (