Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: Remove Merchstore from footer #11423

Merged
merged 2 commits into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions components/TheFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
1 change: 0 additions & 1 deletion i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion i18n/locales/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,6 @@
"yesDelete": "हाँ, हटाएं",
"yesMint": "हाँ, NFTS Mint करें"
},
"merchshop": "मर्चशॉप",
"migrate": {
"agreement": "मुझे समझाया गया है कि एक बार हो गया तो यह क्रिया पूर्वप्रतिस्थापन नहीं हो सकती।",
"collection": "संग्रह को स्थानांतरित करें",
Expand Down
4 changes: 0 additions & 4 deletions tests/e2e/footer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
Loading