From 0fea25f15456e02db089374c3d72da877d075af8 Mon Sep 17 00:00:00 2001 From: Youssouf EL Azizi Date: Fri, 2 Feb 2024 23:39:55 +0100 Subject: [PATCH] feat: clickable tracks card --- components/tracks.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/components/tracks.tsx b/components/tracks.tsx index b14e34c..9f2fbf5 100644 --- a/components/tracks.tsx +++ b/components/tracks.tsx @@ -96,7 +96,10 @@ const Track = ({ title, description, image, index, tooltip }: TrackType) => { )); return ( -
+
{/*
@@ -126,6 +129,6 @@ const Track = ({ title, description, image, index, tooltip }: TrackType) => { {description}

-
+ ); };