aboutsummaryrefslogtreecommitdiff
path: root/components/header.tsx
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-12-26 03:23:04 +0100
committerschererleander <leander@schererleander.de>2025-12-26 03:24:09 +0100
commitd6dc6d6c8c7853384300a84e0733b34f3bb0d899 (patch)
treee9631a0ced18dd6bc58773115b3273afc0472782 /components/header.tsx
parentd4e8681d9b6c6e6ea29e86f753a8a5b0961da5e6 (diff)
style(tailwind): cleanup tailwindcss
Diffstat (limited to 'components/header.tsx')
-rw-r--r--components/header.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/header.tsx b/components/header.tsx
index 79cb0c0..afc2a99 100644
--- a/components/header.tsx
+++ b/components/header.tsx
@@ -7,7 +7,7 @@ export function Header() {
<header className="mx-auto flex w-full max-w-[var(--site-width)] items-center justify-between gap-5 py-4">
<div className="flex items-center gap-6">
<Link href="/" className="font-bold text-xl">
- <PawPrint className="hover:rotate-12 transition-transform" />
+ <PawPrint className="hover:rotate-12 transition-transform h-5 w-5" />
</Link>
<nav className="flex gap-6">
<Link