Skip to content

Commit 7135d49

Browse files
authored
Merge pull request #11357 from roiLeo/fix/footer/presskit
🔧 footer presskit
2 parents e68e906 + acae5ab commit 7135d49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/TheFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ const menuKodadot: Menu[] = [
235235
236236
{
237237
name: $i18n.t('press kit'),
238-
url: 'https://github.com/kodadot/kodadot-presskit/tree/main/pre-v4',
238+
url: 'https://github.com/kodadot/kodadot-presskit/tree/main/v4',
239239
external: true,
240240
},
241241
{

locales/all_lang.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"href": "https://github.com/kodadot/nft-gallery/issues"
3434
},
3535
"presskit": {
36-
"href": "https://github.com/kodadot/kodadot-presskit/tree/main/v3"
36+
"href": "https://github.com/kodadot/kodadot-presskit/tree/main/v4"
3737
},
3838
"twitter": { "href": "https://twitter.com/kodadot" }
3939
},

tests/e2e/footer.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const footerLinks = [
4141
},
4242
{
4343
linkName: 'Press Kit',
44-
linkAddress: 'https://github.com/kodadot/kodadot-presskit/tree/main/pre-v4',
44+
linkAddress: 'https://github.com/kodadot/kodadot-presskit/tree/main/v4',
4545
},
4646
{
4747
linkName: 'MerchShop',

0 commit comments

Comments
 (0)