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}

-
+ ); };