Skip to content

Commit

Permalink
feat: Adding a new link to capture the flags of the countries.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugahnstn committed Sep 25, 2023
1 parent b3ee0f1 commit d3f00a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CardResult/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const CardResult = ({ title, phrase, flag }: CardType) => {
{!flag ? (
<></>
) : (
<S.FlagImage src={`https://countryflagsapi.com/svg/${flag}`} />
<S.FlagImage src={`https://flagsapi.com/${flag}/flat/64.png`} />
)}
<S.CardPhrase>
{!phrase || phrase == undefined + "-" + undefined || undefined
Expand Down

0 comments on commit d3f00a7

Please sign in to comment.