Skip to content

Commit

Permalink
fixup! feat: update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
RasenGUY committed Jan 28, 2024
1 parent 374060e commit 9496133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/FooterMobile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const FooterMobile = () => {

<div tw="flex flex-col items-center">
<div tw="flex gap-x-[24px] w-full justify-center">
<a href="https://wega-1.gitbook.io/wega-lite-paper/" css={hoverStrokeOranjoStyle} target="_blank" tw="w-[24px]" rel="noreferrer">
<a href="https://wega.gitbook.io/wega-litepaper/" css={hoverStrokeOranjoStyle} target="_blank" tw="w-[24px]" rel="noreferrer">
<WhitepaperIcon width="100%" height="100%" />
</a>
<a href="https://twitter.com/PlayWega" css={hoverFillOranjoStyle} target="_blank" tw="w-[24px]" rel="noreferrer">
Expand All @@ -50,7 +50,7 @@ const FooterMobile = () => {
</div>

<div tw="flex flex-col gap-x-[15px] items-center">
<Link to="https://wega-1.gitbook.io/wega-lite-paper/" target="_blank">
<Link to="https://wega.gitbook.io/wega-litepaper/" target="_blank">
<NormalText>Documentation</NormalText>
</Link>
<Link to="https://app.wega.fun/#/" target="_blank">
Expand Down

0 comments on commit 9496133

Please sign in to comment.