Skip to content

Commit 6a625f7

Browse files
committed
Merge branch 'development' into production
2 parents 1fdf289 + 02941d2 commit 6a625f7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/components/ui/drawer/MobileMenu.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ const MENU_ITEMS: MenuItem[] = [
2727
label: 'Use-cases',
2828
href: 'https://docs.hashstack.finance/developers/supply-and-borrow/borrow/use-cases',
2929
},
30-
{ label: 'HASH token', href: '#' },
30+
{
31+
label: 'HASH token',
32+
href: 'https://token.hashstack.finance/provisions/',
33+
},
3134
{
3235
label: 'Airdrop Leaderboard',
3336
href: 'https://app.hashstack.finance/v1/airdrop_leaderboard',

src/features/landing/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const footerLinks = [
2222
text: 'Use-cases',
2323
href: 'https://docs.hashstack.finance/developers/supply-and-borrow/borrow/use-cases',
2424
},
25-
{ text: 'HASH token', href: '#' },
25+
{ text: 'HASH token', href: 'https://token.hashstack.finance/provisions/' },
2626
{
2727
text: 'Airdrop Leaderboard',
2828
href: 'https://app.hashstack.finance/v1/airdrop_leaderboard',

0 commit comments

Comments
 (0)