From f368bd47566cb865f5f638f2d8489741e239d316 Mon Sep 17 00:00:00 2001 From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:02:49 -0400 Subject: [PATCH] bug: switch edit link from a div to "a" --- components/arcade/showcase/cohort-card.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/arcade/showcase/cohort-card.js b/components/arcade/showcase/cohort-card.js index 3840a696..e19f25d2 100644 --- a/components/arcade/showcase/cohort-card.js +++ b/components/arcade/showcase/cohort-card.js @@ -77,10 +77,10 @@ const CohortCard = ({ gap: '5px' }} > -
{' '} -
+
{ modalRef.current?.showModal()