From fdbd88dd7e9a403e5e700accb42b3b727e656901 Mon Sep 17 00:00:00 2001 From: code002lover Date: Mon, 12 Jan 2026 11:14:42 +0100 Subject: [PATCH] =?UTF-8?q?change=20$=20to=20=E2=82=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/GameFilter.tsx | 2 +- frontend/src/components/FilteredGamesList.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}€