diff --git a/public/images/tino-rangatiratanga-flag.svg b/public/images/tino-rangatiratanga-flag.svg new file mode 100644 index 00000000..afd52fa0 --- /dev/null +++ b/public/images/tino-rangatiratanga-flag.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/public/js/components/language-selector.js b/public/js/components/language-selector.js index 28854709..1af77fd9 100644 --- a/public/js/components/language-selector.js +++ b/public/js/components/language-selector.js @@ -8,7 +8,7 @@ { code: 'en', name: 'English', flag: '🇬🇧' }, { code: 'de', name: 'Deutsch', flag: '🇩🇪' }, { code: 'fr', name: 'Français', flag: '🇫🇷' }, - { code: 'mi', name: 'Te Reo Māori', flagUrl: 'https://stroh.mysovereignty.digital/images/tino-rangatiratanga-flag.svg', disabled: true, tooltip: 'Planned' } + { code: 'mi', name: 'Te Reo Māori', flagUrl: '/images/tino-rangatiratanga-flag.svg', disabled: true, tooltip: 'Planned' } ]; function createLanguageSelector() {