diff --git a/public/tokiPona.svg b/public/tokiPona.svg
new file mode 100644
index 00000000..d0bea782
--- /dev/null
+++ b/public/tokiPona.svg
@@ -0,0 +1,76 @@
+
+
+
+
diff --git a/src/components/FlagIcon.tsx b/src/components/FlagIcon.tsx
index e5666dec..58466819 100644
--- a/src/components/FlagIcon.tsx
+++ b/src/components/FlagIcon.tsx
@@ -23,6 +23,8 @@ const countryOverrides: Record = {
sv: "se",
et: "ee",
ne: "np",
+ uk: "ua",
+ hi: "in",
};
export function FlagIcon(props: FlagIconProps) {
@@ -31,6 +33,13 @@ export function FlagIcon(props: FlagIconProps) {
if (countryOverrides[countryCode])
countryCode = countryOverrides[countryCode];
+ if (countryCode === "tok")
+ return (
+
+
+
+ );
+
if (countryCode === "pirate")
return (