diff --git a/frontend/src/GameFilter.tsx b/frontend/src/GameFilter.tsx index 95a0dc2..95f8952 100644 --- a/frontend/src/GameFilter.tsx +++ b/frontend/src/GameFilter.tsx @@ -78,7 +78,7 @@ export function GameFilter() {
- + - ${price === 0 ? "0 (Free)" : price} + {price === 0 ? "0 (Free)" : price}€