From bb7a8ec39541ec594fe6990e007c49ee72cfb630 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:05:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e57985e..ece2619 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,7 +120,6 @@ export default function LandingPage() { cardDescriptionClassName="text-lg text-foreground opacity-80 mb-12" cardClassName="bg-card border border-accent rounded-lg overflow-hidden hover:shadow-lg transition-shadow" textBoxClassName="p-6" - descriptionClassName="text-foreground opacity-85 mb-4" tagsContainerClassName="flex flex-wrap gap-2 mb-4" tagClassName="bg-background-accent text-foreground px-3 py-1 rounded-full text-sm" authorClassName="text-sm text-foreground opacity-70 mb-3" -- 2.49.1