Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b927f2f

Browse files
committedOct 1, 2024·
Change promo banners to 'CoW is Live'
1 parent 0d0d87e commit b927f2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎app/(app)/pools/page.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Suspense } from 'react'
99
// import { getProjectConfig } from '@/lib/config/getProjectConfig'
1010
// import { GetFeaturedPoolsDocument } from '@/lib/shared/services/api/generated/graphql'
1111
// import { FeaturedPools } from '@/lib/modules/featured-pools/FeaturedPools'
12-
import { CowGalxeQuestPromoBanner } from '@/lib/shared/components/promos/CowGalxeQuestPromoBanner'
12+
import { CowPromoBanner } from '@/lib/shared/components/promos/CowPromoBanner'
1313

1414
export default async function PoolsPage() {
1515
// Featured pools set up
@@ -33,7 +33,7 @@ export default async function PoolsPage() {
3333
<DefaultPageContainer pt={['xl', '40px']} pb={['xl', '2xl']}>
3434
<FadeInOnView animateOnce={false}>
3535
<Box>
36-
<CowGalxeQuestPromoBanner />
36+
<CowPromoBanner />
3737
</Box>
3838
</FadeInOnView>
3939
{/* <FadeInOnView animateOnce={false}>

0 commit comments

Comments
 (0)
This repository has been archived.