From 83893a0060eb4d9737a8c88e6b117418f971e420 Mon Sep 17 00:00:00 2001 From: nessi Date: Fri, 6 Feb 2026 14:59:58 +0100 Subject: [PATCH] Remove unused "teilen" hint from GamePickerCard. The small "teilen" hint was not being actively used and has been removed for cleaner code. This improves readability and maintains consistency in the component. --- frontend/src/components/GamePickerCard.jsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/components/GamePickerCard.jsx b/frontend/src/components/GamePickerCard.jsx index 3e03dab..8b71920 100644 --- a/frontend/src/components/GamePickerCard.jsx +++ b/frontend/src/components/GamePickerCard.jsx @@ -82,11 +82,6 @@ export default function GamePickerCard({
Code: {cur.code}
- - {/* Mini hint rechts (optional) */} -
- teilen -
)}