diff --git a/components/TheFooter.vue b/components/TheFooter.vue index 77da68cdd5..ade7d5aa8f 100644 --- a/components/TheFooter.vue +++ b/components/TheFooter.vue @@ -227,12 +227,6 @@ const menuKodadot: Menu[] = [ url: 'https://hello.kodadot.xyz/be-part-of-kodadot/join-as-a-developer/hiring', external: true, }, - { - name: $i18n.t('merchshop'), - url: 'https://shop.kodadot.xyz', - external: true, - }, - { name: $i18n.t('press kit'), url: 'https://github.com/kodadot/kodadot-presskit/tree/main/v4', diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 301ff89c1f..29aec637fc 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -1137,7 +1137,6 @@ "yesDelete": "Yes, Delete", "yesMint": "Yes, Mint NFTS" }, - "merchshop": "MerchShop", "migrate": { "agreement": "I understand this action is irreversible once done.", "collection": "Migrate Collection", diff --git a/i18n/locales/hi.json b/i18n/locales/hi.json index 2a1abcd323..b29bcd88ee 100644 --- a/i18n/locales/hi.json +++ b/i18n/locales/hi.json @@ -813,7 +813,6 @@ "yesDelete": "हाँ, हटाएं", "yesMint": "हाँ, NFTS Mint करें" }, - "merchshop": "मर्चशॉप", "migrate": { "agreement": "मुझे समझाया गया है कि एक बार हो गया तो यह क्रिया पूर्वप्रतिस्थापन नहीं हो सकती।", "collection": "संग्रह को स्थानांतरित करें", diff --git a/tests/e2e/footer.spec.ts b/tests/e2e/footer.spec.ts index 074c385aed..cdaa1e406f 100644 --- a/tests/e2e/footer.spec.ts +++ b/tests/e2e/footer.spec.ts @@ -43,10 +43,6 @@ const footerLinks = [ linkName: 'Press Kit', linkAddress: 'https://github.com/kodadot/kodadot-presskit/tree/main/v4', }, - { - linkName: 'MerchShop', - linkAddress: 'https://shop.koda.art/', - }, ] const footerSocialMediaLinks = [