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",
+ })}
+
+
+
+ )}
+