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; --- -
+

{title}