Skip to content

Commit

Permalink
chore: update liquidity V3 link
Browse files Browse the repository at this point in the history
  • Loading branch information
berteotti committed Jan 12, 2024
1 parent c07744d commit 0ae85f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ function Header() {
{t('rewards')}
</RewardsHeaderMobileLink>
)}
<HeaderMobileLink id="liquidity-v3-nav-link" href="https://swapr.liquidity.eth.limo/">
<HeaderMobileLink id="liquidity-v3-nav-link" href={LIQUIDITY_V3_LINK}>
{t('liquidityV3')}
<NewBadge>NEW</NewBadge>
</HeaderMobileLink>
Expand Down
2 changes: 1 addition & 1 deletion src/constants/urls.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const DISCORD_INVITE_LINK = process.env.DISCORD_INVITE_URL ?? 'https://discord.com/invite/QFkNsjTkzD'
export const LIQUIDITY_V3_LINK = process.env.LIQUIDITY_V3_URL ?? 'https://swapr.liquidity.eth.limo/#/info/pools'
export const LIQUIDITY_V3_LINK = process.env.LIQUIDITY_V3_URL ?? 'https://v3.swapr.eth.limo/'

0 comments on commit 0ae85f9

Please sign in to comment.