diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-12-18 09:13:34 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-12-18 09:13:34 +0800 |
commit | 90a1947c88aa72562634dccd7165939ff574bc09 (patch) | |
tree | e5fcf0864b5391d9b8cca5d769744595de37c195 /packages/website/ts/@next/components/footer.tsx | |
parent | 293e099cb3e0e3274622934c5d9ca19ee930e098 (diff) | |
download | dexon-0x-contracts-90a1947c88aa72562634dccd7165939ff574bc09.tar.gz dexon-0x-contracts-90a1947c88aa72562634dccd7165939ff574bc09.tar.zst dexon-0x-contracts-90a1947c88aa72562634dccd7165939ff574bc09.zip |
feat: make 0x.org #flawless
Diffstat (limited to 'packages/website/ts/@next/components/footer.tsx')
-rw-r--r-- | packages/website/ts/@next/components/footer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/@next/components/footer.tsx b/packages/website/ts/@next/components/footer.tsx index 1e4d7789b..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: constants.URL_PROTOCOL_SPECIFICATION, text: 'Protogcol Spec', shouldOpenInNewTab: true }, + { url: constants.URL_PROTOCOL_SPECIFICATION, text: 'Protocol Spec', shouldOpenInNewTab: true }, ], }, { |