Skip to content

Commit 3f898a8

Browse files
authored
style: change brand logo in app-header.tsx from lg to md size (#103)
1 parent af6a006 commit 3f898a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/app-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function AppHeader() {
66
return (
77
<header className="sticky top-0 z-50 w-full border-b border-border bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60">
88
<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" />
9+
<BrandLogo priority size="md" className="shrink-0" />
1010

1111
<div className="flex gap-4">
1212
<LanguageSwitcher />

0 commit comments

Comments
 (0)