Skip to content

Commit

Permalink
add link of X to footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
tayutaedomo committed Oct 2, 2023
1 parent c6d0b23 commit 4dcbe76
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions frontend/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@ const Footer = () => (
Discord
</Box>
</Link>
<Link href="https://twitter.com/mint_rally" target="_blank">
<Box
cursor="pointer"
as="span"
py="1"
px="3"
ml={2}
backgroundColor="mint.bg"
borderRadius="full"
fontSize="sm"
color="mint.primary"
fontWeight="bold"
>
X
</Box>
</Link>
</Box>
</Box>
);
Expand Down

0 comments on commit 4dcbe76

Please sign in to comment.