Skip to content

Commit

Permalink
Merge pull request #11357 from roiLeo/fix/footer/presskit
Browse files Browse the repository at this point in the history
🔧 footer presskit
  • Loading branch information
vikiival authored Jan 14, 2025
2 parents e68e906 + acae5ab commit 7135d49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/TheFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const menuKodadot: Menu[] = [
{
name: $i18n.t('press kit'),
url: 'https://github.com/kodadot/kodadot-presskit/tree/main/pre-v4',
url: 'https://github.com/kodadot/kodadot-presskit/tree/main/v4',
external: true,
},
{
Expand Down
2 changes: 1 addition & 1 deletion locales/all_lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"href": "https://github.com/kodadot/nft-gallery/issues"
},
"presskit": {
"href": "https://github.com/kodadot/kodadot-presskit/tree/main/v3"
"href": "https://github.com/kodadot/kodadot-presskit/tree/main/v4"
},
"twitter": { "href": "https://twitter.com/kodadot" }
},
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/footer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const footerLinks = [
},
{
linkName: 'Press Kit',
linkAddress: 'https://github.com/kodadot/kodadot-presskit/tree/main/pre-v4',
linkAddress: 'https://github.com/kodadot/kodadot-presskit/tree/main/v4',
},
{
linkName: 'MerchShop',
Expand Down

0 comments on commit 7135d49

Please sign in to comment.