fix: remove heading and description

This commit is contained in:
2026-03-01 10:01:28 +01:00
parent a4cc53d774
commit 00c77ff3fe
11 changed files with 12 additions and 59 deletions

View File

@@ -32,7 +32,7 @@ export function AppHeader() {
</button>
{/* Mobile: logo home link */}
<Link href="/" className="lg:hidden shrink-0">
<Link href="/" className="lg:hidden shrink-0 ml-2">
<Logo size={20} />
</Link>