diff --git a/app/components/Blog.tsx b/app/components/Blog.tsx index ad6ba39..cd1f9e3 100644 --- a/app/components/Blog.tsx +++ b/app/components/Blog.tsx @@ -52,7 +52,7 @@ export function Blog() {
{/* Featured post — thumbnail flush left, card clips with overflow-hidden */} -
+
-
+
{featured.category} @@ -93,7 +93,7 @@ export function Blog() { {secondary.map((post) => (
{/* Thumbnail: own border-radius so it sits neatly inside the padded card */}
@@ -103,7 +103,7 @@ export function Blog() { className="w-full h-full object-cover pointer-events-none" />
-
+
{post.category}