Skip to content

Commit

Permalink
Added Zenlink redirect to Pendulum (#539)
Browse files Browse the repository at this point in the history
* Added Zenlink redirect to Pendulum

* hide it from foucoco

* Update src/components/Layout/links.tsx

Co-authored-by: Marcel Ebert <[email protected]>

---------

Co-authored-by: Marcel Ebert <[email protected]>
  • Loading branch information
prayagd and ebma authored Jul 31, 2024
1 parent 5d3464b commit b1b1731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const links: Links = ({ tenantName }) => [
{
link: 'https://app.zenlink.pro/',
title: 'Zenlink AMM',
hidden: tenantName !== TenantName.Amplitude,
hidden: tenantName === TenantName.Foucoco,
props: {
target: '_blank',
rel: 'nofollow noreferrer',
Expand Down

0 comments on commit b1b1731

Please sign in to comment.