change $ to €
This commit is contained in:
parent
d42ed445d8
commit
fdbd88dd7e
@ -78,7 +78,7 @@ export function GameFilter() {
|
||||
</div>
|
||||
|
||||
<div className="filter-group">
|
||||
<label htmlFor="max-price">Maximum price ($)</label>
|
||||
<label htmlFor="max-price">Maximum price (€)</label>
|
||||
<input
|
||||
id="max-price"
|
||||
type="number"
|
||||
|
||||
@ -86,7 +86,7 @@ export function FilteredGamesList({
|
||||
fontWeight: 600,
|
||||
}}
|
||||
>
|
||||
${price === 0 ? "0 (Free)" : price}
|
||||
{price === 0 ? "0 (Free)" : price}€
|
||||
</div>
|
||||
</div>
|
||||
<GameImage game={game} />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user