We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6a006 commit 3f898a8Copy full SHA for 3f898a8
1 file changed
components/app-header.tsx
@@ -6,7 +6,7 @@ export function AppHeader() {
6
return (
7
<header className="sticky top-0 z-50 w-full border-b border-border bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60">
8
<div className="container m-auto flex h-24 max-w-7xl items-center justify-between px-4 sm:h-28">
9
- <BrandLogo priority size="lg" className="shrink-0" />
+ <BrandLogo priority size="md" className="shrink-0" />
10
11
<div className="flex gap-4">
12
<LanguageSwitcher />
0 commit comments