aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/components
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-12-18 07:34:21 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-12-18 07:34:21 +0800
commit4cf3172c900f9b7ea7102ff2785932e8c9f473ca (patch)
tree5deac537115f43829ada94cd1b88c5e86310f84b /packages/website/ts/@next/components
parent8452c05952171943eae3145b82492dc018d31e1a (diff)
downloaddexon-sol-tools-4cf3172c900f9b7ea7102ff2785932e8c9f473ca.tar
dexon-sol-tools-4cf3172c900f9b7ea7102ff2785932e8c9f473ca.tar.gz
dexon-sol-tools-4cf3172c900f9b7ea7102ff2785932e8c9f473ca.tar.bz2
dexon-sol-tools-4cf3172c900f9b7ea7102ff2785932e8c9f473ca.tar.lz
dexon-sol-tools-4cf3172c900f9b7ea7102ff2785932e8c9f473ca.tar.xz
dexon-sol-tools-4cf3172c900f9b7ea7102ff2785932e8c9f473ca.tar.zst
dexon-sol-tools-4cf3172c900f9b7ea7102ff2785932e8c9f473ca.zip
feat: final footer polish
Diffstat (limited to 'packages/website/ts/@next/components')
-rw-r--r--packages/website/ts/@next/components/footer.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/website/ts/@next/components/footer.tsx b/packages/website/ts/@next/components/footer.tsx
index cd3fe8363..fedae5a1b 100644
--- a/packages/website/ts/@next/components/footer.tsx
+++ b/packages/website/ts/@next/components/footer.tsx
@@ -41,7 +41,7 @@ const linkRows: LinkRows[] = [
links: [
{ url: WebsitePaths.Docs, text: 'Documentation' },
{ url: constants.URL_GITHUB_ORG, text: 'GitHub', shouldOpenInNewTab: true },
- { url: WebsitePaths.Whitepaper, text: 'Whitepaper', shouldOpenInNewTab: true },
+ { url: constants.URL_PROTOCOL_SPECIFICATION, text: 'Protocol Spec', shouldOpenInNewTab: true },
],
},
{
@@ -51,7 +51,7 @@ const linkRows: LinkRows[] = [
{ url: WebsitePaths.AboutMission, text: 'Mission' },
{ url: WebsitePaths.AboutTeam, text: 'Team' },
{ url: WebsitePaths.AboutJobs, text: 'Jobs' },
- { url: WebsitePaths.AboutPress, text: 'Press Kit' },
+ { url: WebsitePaths.AboutPress, text: 'Press' },
{ url: WebsitePaths.Ecosystem, text: 'Grant Program' },
],
},