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

chore: Remove zkevm promo #3629

Merged
merged 1 commit into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
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
Binary file removed public/images/backgrounds/zkevm-promo-bg.jpg
Binary file not shown.
56 changes: 0 additions & 56 deletions src/components/contextual/pages/pools/ZkevmPromo.vue

This file was deleted.

2 changes: 0 additions & 2 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import usePoolFilters from '@/composables/pools/usePoolFilters';
import useBreakpoints from '@/composables/useBreakpoints';
import useNetwork from '@/composables/useNetwork';
import usePools from '@/composables/pools/usePools';
import ZkevmPromo from '@/components/contextual/pages/pools/ZkevmPromo.vue';

// COMPOSABLES
const router = useRouter();
Expand Down Expand Up @@ -45,7 +44,6 @@ function onColumnSort(columnId: string) {
<div>
<HomePageHero />
<div class="xl:container xl:px-4 pt-10 md:pt-8 xl:mx-auto">
<ZkevmPromo />
<BalStack vertical>
<div class="px-4 xl:px-0">
<div class="flex justify-between items-end mb-2">
Expand Down