Skip to content

Commit

Permalink
Fix GB flag
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Dec 15, 2024
1 parent a28349a commit b8df8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/ddi-object/DDIObject.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import LinkedObject from "./LinkedObject";

const langFlags: Record<string, string> = {
"fr-FR": "https://upload.wikimedia.org/wikipedia/commons/c/c3/Flag_of_France.svg",
"en-UK": "https://upload.wikimedia.org/wikipedia/en/a/ae/Flag_of_the_United_Kingdom.svg"
"en-GB": "https://upload.wikimedia.org/wikipedia/en/a/ae/Flag_of_the_United_Kingdom.svg"
};

interface DDIObjectProps {
Expand Down

0 comments on commit b8df8f2

Please sign in to comment.