Keep the TriggerShell wordmark visible on mobile

Only the icon-only nav links, username, and logout label needed to
collapse to fit a phone-width header - the brand text alone doesn't
push it over, so keep it always shown for identity.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-15 20:40:37 +02:00
co-authored by Claude Sonnet 5
parent 88f561230e
commit 6d7788e48b
+1 -1
View File
@@ -36,7 +36,7 @@ export function Nav({
className="flex shrink-0 items-center gap-2 font-semibold tracking-tight"
>
<Terminal className="size-5" />
<span className="hidden sm:inline">TriggerShell</span>
TriggerShell
</Link>
<nav className="flex items-center gap-1">
{links.map(({ href, label, icon: Icon }) => (