Skip to content

Commit

Permalink
feat(Footer): add media kit link
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Apr 25, 2023
1 parent 1c9d19c commit 8b04f51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion constants.js
Expand Up @@ -13,7 +13,7 @@ export const languages = [
]

export const footerSections = {
witnet: ['oracle', 'ecosystem', 'community', 'whitepaper'],
witnet: ['oracle', 'ecosystem', 'community', 'whitepaper', 'mediaKit'],
ecosystem: ['fullNode', 'wallet', 'dataFeedsExplorer'],
developers: ['documentation', 'priceFeeds', 'randomness', 'getPostRequest'],
community: ['telegram', 'discord', 'twitter', 'reddit', 'youtube'],
Expand All @@ -32,6 +32,8 @@ export const urls = {
documentation: 'https://docs.witnet.io/',
ecosystem: 'https://witnet.io/#ecosystem',
fullNode: 'https://docs.witnet.io/try/run-a-node/',
mediaKit:
'https://drive.google.com/drive/u/1/folders/1z9dSts64xyaIZqRvniMPDib7UWOE2P3z',
gate: 'https://www.gate.io/trade/WIT_USDT',
getPostRequest:
'https://docs.witnet.io/smart-contracts/apis-and-http-get-post-oracle',
Expand Down
3 changes: 2 additions & 1 deletion locales/en.json
Expand Up @@ -61,7 +61,8 @@
"token": "WIT Coin",
"ecosystem": "Ecosystem",
"community": "Community",
"whitepaper": "Whitepaper"
"whitepaper": "Whitepaper",
"media_kit": "Media Kit"
},
"ecosystem": {
"title": "Ecosystem",
Expand Down
3 changes: 2 additions & 1 deletion locales/es.json
Expand Up @@ -61,7 +61,8 @@
"token": "WIT coin",
"ecosystem": "Ecosistema",
"community": "Comunidad",
"whitepaper": "Whitepaper"
"whitepaper": "Whitepaper",
"media_kit": "Media Kit"
},
"ecosystem": {
"title": "Ecosistema",
Expand Down

0 comments on commit 8b04f51

Please sign in to comment.