Skip to content

Commit 037d60e

Browse files
Update query.$version.index.tsx
1 parent 37e0e98 commit 037d60e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/routes/_libraries/query.$version.index.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ import { LazySponsorSection } from '~/components/LazySponsorSection'
77
import { PartnersSection } from '~/components/PartnersSection'
88
import { BottomCTA } from '~/components/BottomCTA'
99
import { StackBlitzEmbed } from '~/components/StackBlitzEmbed'
10-
// import { QueryGGBanner } from '~/components/QueryGGBanner'
11-
import { QueryGGBannerSale } from '~/components/QueryGGBannerSale'
10+
import { QueryGGBanner } from '~/components/QueryGGBanner'
1211
import { queryProject } from '~/libraries/query'
1312
import { Framework, getBranch, getLibrary } from '~/libraries'
1413
import { seo } from '~/utils/seo'
@@ -60,8 +59,7 @@ function VersionIndex() {
6059
}}
6160
/>
6261
<div className="px-4">
63-
{/* <QueryGGBanner /> */}
64-
<QueryGGBannerSale />
62+
<QueryGGBanner />
6563
</div>
6664

6765
<div className="w-fit mx-auto px-4">

0 commit comments

Comments
 (0)