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