Skip to content

Commit

Permalink
Merge pull request #5 from AmphoraProtocol/social
Browse files Browse the repository at this point in the history
fix: socials
  • Loading branch information
OpenOrg-gg authored Sep 1, 2023
2 parents 8349183 + 7eca27e commit 976c78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/partials/footer/footerLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default [
title: 'Protocol',
links: [
// { label: 'Whitepaper', href: '#/whitepaper' },
{ label: 'Docs', href: 'https://app.gitbook.com/s/f8xPtDNnJGPzpmL2yjns/' },
{ label: 'Docs', href: 'https://amphora-protocol.gitbook.io/amphora-protocol/' },
// { label: 'Analytics', href: '#' },
// { label: 'Terms of Use', href: '#/terms' },
],
Expand All @@ -19,7 +19,7 @@ export default [
title: 'Community',
links: [
{ label: 'Twitter', href: '#' },
{ label: 'Discord', href: '#' },
{ label: 'Discord', href: 'https://discord.gg/EXSYFTgwp6' },
],
},
{
Expand Down

0 comments on commit 976c78c

Please sign in to comment.