From d7bc7341d2b9ac5e531683175c03a9860cad242a Mon Sep 17 00:00:00 2001 From: sarahgm <38324334+sarahgm@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:39:31 +0200 Subject: [PATCH] fix: fix link (#67) --- src/components/TeaserCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TeaserCard.tsx b/src/components/TeaserCard.tsx index d1ec736..65f6ec4 100644 --- a/src/components/TeaserCard.tsx +++ b/src/components/TeaserCard.tsx @@ -11,7 +11,7 @@ export interface TeaserCardProps { } export const TeaserCard = ({ href, icon, title, caption }: TeaserCardProps) => ( - +