Skip to content

Commit

Permalink
chore: Remove promo banner
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Jul 5, 2023
1 parent a0620e7 commit 5e1b351
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 58 deletions.
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

0 comments on commit 5e1b351

Please sign in to comment.