Skip to content

Commit

Permalink
REFACTORING Updated airdrop leaderboard and redirects [DONE]
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahitya777 committed Nov 27, 2023
1 parent 56fa6fb commit d1034d4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 24 deletions.
49 changes: 26 additions & 23 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,19 @@ const Footer = () => {
>
HASH token
</Text>
<Text
color="#8C8C9B"
fontSize="14px"
fontStyle="normal"
fontWeight="500"
lineHeight="20px"
cursor="pointer"
_hover={{color:"#00D395"}}

>
Referral Leaderboard
</Text>
<Link href="https://app.hashstack.finance/v1/airdrop_leaderboard" target="_blank">
<Text
color="#8C8C9B"
fontSize="14px"
fontStyle="normal"
fontWeight="500"
lineHeight="20px"
cursor="pointer"
_hover={{color:"#00D395"}}
>
Airdrop Leaderboard
</Text>
</Link>
<Link href="https://hashstack.finance/c2e" target="_blank">
<Text
color="#8C8C9B"
Expand Down Expand Up @@ -342,18 +343,20 @@ const Footer = () => {
>
HASH token
</Text>
<Text
color="#8C8C9B"
fontSize="14px"
fontStyle="normal"
fontWeight="500"
lineHeight="20px"
cursor="pointer"
_hover={{color:"#00D395"}}
<Link href="https://app.hashstack.finance/v1/airdrop_leaderboard" target="_blank">
<Text
color="#8C8C9B"
fontSize="14px"
fontStyle="normal"
fontWeight="500"
lineHeight="20px"
cursor="pointer"
_hover={{color:"#00D395"}}

>
Referral Leaderboard
</Text>
>
Airdrop Leaderboard
</Text>
</Link>
<Link href="https://hashstack.finance/c2e" target="_blank">
<Text
color="#8C8C9B"
Expand Down
5 changes: 4 additions & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,11 @@ const Navbar = () => {
justifyContent="center"
border="1px solid rgb(26, 26, 31)"
margin="0"
onClick={() => {
router.push('https://app.hashstack.finance/v1/airdrop_leaderboard')
}}
>
Referral Leaderboard
Airdrop Leaderboard
</Text>
<Box>
</Box>
Expand Down

0 comments on commit d1034d4

Please sign in to comment.