Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjojikun committed Nov 13, 2024
1 parent 6b77ed9 commit 2f2e791
Showing 1 changed file with 35 additions and 3 deletions.
38 changes: 35 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,11 @@ const config = {
items: [
{
label: 'Whitepaper',
href: 'https://intuition.systems/whitepaper', //TODO
href: 'https://github.com/0xIntuition/intuition-whitepaper/blob/main/intuition_whitepaper.pdf',
},
{
label: 'Litepaper',
href: 'https://github.com/0xIntuition/intuition-whitepaper/blob/main/intuition_litepaper.pdf',
},
],
},
Expand All @@ -133,6 +137,18 @@ const config = {
label: 'intuition-rs',
href: 'https://github.com/0xIntuition/intuition-rs',
},
{
label: 'intuition-chrome-extension',
href: 'https://github.com/0xIntuition/intuition-chrome-extension',
},
{
label: 'intuition-snap',
href: 'https://github.com/0xIntuition/intuition-snap',
},
{
label: 'intuition-frame',
href: 'https://github.com/0xIntuition/intuition-frame',
},
],
},
{
Expand Down Expand Up @@ -163,18 +179,34 @@ const config = {
{
title: 'Community',
items: [
{
label: 'X',
href: 'https://x.com/0xintuition',
},
{
label: 'Discord',
href: 'https://discord.gg/0xintuition',
},
{
label: 'X',
href: 'https://x.com/0xintuition',
label: 'Telegram',
href: 'https://t.me/intuitionsystems',
},
{
label: 'Warpcast',
href: 'https://warpcast.com/0xintuition',
},
{
label: 'Medium',
href: 'https://medium.com/0xintuition',
},
{
label: 'Galxe',
href: 'https://app.galxe.com/quest/intuition',
},
{
label: 'Mirror',
href: 'https://mirror.xyz/0x0bcAFff6B45769B53DE34169f08AB220d2b9F910',
},
],
},
],
Expand Down

0 comments on commit 2f2e791

Please sign in to comment.