Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔥 remove duplicated get exa #1263

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions pages/strategies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,24 +191,6 @@ const Strategies: NextPage = () => {
</Button>
),
},
{
chainId: optimism.id,
title: t('Get EXA'),
description: t(
"Ready to take part in the Protocol's Governance, Vesting Program, or simply hold EXA? Begin by getting EXA today.",
),
tags: [
{ prefix: t('GET'), text: 'EXA' },
{ text: t('Basic'), size: 'small' as const },
],
button: (
<Link href={{ pathname: '/get-exa', query }} style={{ width: '100%' }}>
<Button fullWidth variant="contained">
{t('Get EXA')}
</Button>
</Link>
),
},
{
title: t('Maximize your yield'),
description: t(
Expand Down
Loading