From 2c102ad4756b5e7aeab3b0fd05fd0e37687f901f Mon Sep 17 00:00:00 2001 From: schererleander Date: Sun, 28 Dec 2025 21:46:32 +0100 Subject: chore(style): clean up tailwindcss, other --- components/header.tsx | 6 ------ components/post-card.tsx | 9 ++++++--- 2 files changed, 6 insertions(+), 9 deletions(-) (limited to 'components') 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 - - Projects - diff --git a/components/post-card.tsx b/components/post-card.tsx index 4990188..25a79ae 100644 --- a/components/post-card.tsx +++ b/components/post-card.tsx @@ -5,12 +5,15 @@ import Link from "next/link" export function PostCard(post: Post) { return (
- -

+ +

{post.title}

-
+
-- cgit v1.3.1