From 3cb377fc81730043a659b8c46bd9f50663f3108a Mon Sep 17 00:00:00 2001 From: Leander Furumo Date: Tue, 29 Jul 2025 11:36:20 +0200 Subject: [PATCH] remove program card white border --- src/components/Program.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Program.astro b/src/components/Program.astro index 591674f..8f13b08 100644 --- a/src/components/Program.astro +++ b/src/components/Program.astro @@ -31,7 +31,7 @@ const convertDate = (date: string | Date) => {
{Object.entries(data).map(([date, items]) => ( -
+

{convertDate(date)}

    {(items as ProgramItem[]).map((item) => {