File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ import { LazySponsorSection } from '~/components/LazySponsorSection'
77import { PartnersSection } from '~/components/PartnersSection'
88import { BottomCTA } from '~/components/BottomCTA'
99import { StackBlitzEmbed } from '~/components/StackBlitzEmbed'
10- // import { QueryGGBanner } from '~/components/QueryGGBanner'
11- import { QueryGGBannerSale } from '~/components/QueryGGBannerSale'
10+ import { QueryGGBanner } from '~/components/QueryGGBanner'
1211import { queryProject } from '~/libraries/query'
1312import { Framework , getBranch , getLibrary } from '~/libraries'
1413import { 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" >
You can’t perform that action at this time.
0 commit comments