From d3387e95ef74054c464ea380a3dcec6ed198636f Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:39:46 -0600 Subject: [PATCH] show event icon on mobile --- .../components/card/ClassificationCard.tsx | 56 ++++++++++--------- 1 file changed, 30 insertions(+), 26 deletions(-) diff --git a/web/src/components/card/ClassificationCard.tsx b/web/src/components/card/ClassificationCard.tsx index 7001776bd..3d85156f1 100644 --- a/web/src/components/card/ClassificationCard.tsx +++ b/web/src/components/card/ClassificationCard.tsx @@ -377,32 +377,36 @@ export function GroupedClassificationCard({ )} - {isDesktop && ( -
- {classifiedEvent && ( - - -
{ - navigate(`/explore?event_id=${classifiedEvent.id}`); - }} - > - -
-
- - - {t("details.item.button.viewInExplore", { - ns: "views/explore", - })} - - -
- )} -
- )} +
+ {classifiedEvent && ( + + +
{ + navigate(`/explore?event_id=${classifiedEvent.id}`); + }} + > + +
+
+ + + {t("details.item.button.viewInExplore", { + ns: "views/explore", + })} + + +
+ )} +