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.
This commit is contained in:
2026-02-06 14:59:58 +01:00
parent f555526e64
commit 83893a0060

View File

@@ -82,11 +82,6 @@ export default function GamePickerCard({
<div>
Code: <b style={{ color: stylesTokens.textGold }}>{cur.code}</b>
</div>
{/* Mini hint rechts (optional) */}
<div style={{ fontSize: 11, opacity: 0.75 }}>
teilen
</div>
</div>
)}