From 4bb44b26a3332adc80874ab72114413467ac6260 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux
Date: Fri, 26 May 2023 08:55:46 +0200 Subject: [PATCH] talk card: changed background color --- src/components/talk-card.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/talk-card.astro b/src/components/talk-card.astro index 75b15a3..cf12cfb 100644 --- a/src/components/talk-card.astro +++ b/src/components/talk-card.astro @@ -10,7 +10,7 @@ interface Props { const { title, date, location, linkUri, linkLabel } = Astro.props; --- -