change $ to €

This commit is contained in:
2026-01-12 11:14:42 +01:00
parent d42ed445d8
commit fdbd88dd7e
2 changed files with 2 additions and 2 deletions
@@ -86,7 +86,7 @@ export function FilteredGamesList({
fontWeight: 600,
}}
>
${price === 0 ? "0 (Free)" : price}
{price === 0 ? "0 (Free)" : price}
</div>
</div>
<GameImage game={game} />