aboutsummaryrefslogtreecommitdiff
path: root/components/header.tsx
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-12-28 21:46:32 +0100
committerschererleander <leander@schererleander.de>2025-12-28 21:46:32 +0100
commit2c102ad4756b5e7aeab3b0fd05fd0e37687f901f (patch)
tree2992bfe033cb0fe8ed1de20632baeb4b576e8b19 /components/header.tsx
parent33a0e018def36d6b5f26cefb0434064b33fb50fb (diff)
chore(style): clean up tailwindcss, other
Diffstat (limited to 'components/header.tsx')
-rw-r--r--components/header.tsx6
1 files changed, 0 insertions, 6 deletions
diff --git a/components/header.tsx b/components/header.tsx
index afc2a99..f447677 100644
--- a/components/header.tsx
+++ b/components/header.tsx
@@ -16,12 +16,6 @@ export function Header() {
>
Blog
</Link>
- <Link
- href="/projects"
- className="text-muted-foreground hover:text-foreground transition-colors"
- >
- Projects
- </Link>
</nav>
</div>