Skip to content

Commit

Permalink
Show the english name when you win a round
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlc committed Dec 8, 2023
1 parent 747140e commit 00d33e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default function App() {
<div className="font-effect-outline incorrect">Incorrect.</div>
)}
<div className="country-name font-effect-outline">
{country.properties.name}
{country.properties.nameEn}
</div>
<button autoFocus type="button" onClick={setNewCountry}>
Next
Expand Down

0 comments on commit 00d33e8

Please sign in to comment.