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 }) => (