File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
features/landing/components Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments