File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import { seo } from '~/utils/seo'
1111import LandingPageGad from '~/components/LandingPageGad'
1212import { PartnershipCallout } from '~/components/PartnershipCallout'
1313import { PartnersSection } from '~/components/PartnersSection'
14+ import OpenSourceStats from '~/components/OpenSourceStats'
1415
1516export const Route = createFileRoute ( {
1617 component : FormVersionIndex ,
@@ -43,6 +44,10 @@ export default function FormVersionIndex() {
4344 }
4445 />
4546
47+ < div className = "w-fit mx-auto px-4" >
48+ < OpenSourceStats library = { library } />
49+ </ div >
50+
4651 < LibraryFeatureHighlights
4752 featureHighlights = { library . featureHighlights }
4853 />
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { getLibrary } from '~/libraries'
1010import { LibraryFeatureHighlights } from '~/components/LibraryFeatureHighlights'
1111import LandingPageGad from '~/components/LandingPageGad'
1212import { PartnershipCallout } from '~/components/PartnershipCallout'
13+ import OpenSourceStats from '~/components/OpenSourceStats'
1314
1415export const Route = createFileRoute ( {
1516 component : DBVersionIndex ,
@@ -42,6 +43,9 @@ export default function DBVersionIndex() {
4243 className : 'bg-orange-500 text-white' ,
4344 } }
4445 />
46+ < div className = "w-fit mx-auto px-4" >
47+ < OpenSourceStats library = { library } />
48+ </ div >
4549 < LibraryFeatureHighlights
4650 featureHighlights = { library . featureHighlights }
4751 />
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import { seo } from '~/utils/seo'
1111import LandingPageGad from '~/components/LandingPageGad'
1212import { PartnershipCallout } from '~/components/PartnershipCallout'
1313import { PartnersSection } from '~/components/PartnersSection'
14+ import OpenSourceStats from '~/components/OpenSourceStats'
1415
1516export const Route = createFileRoute ( {
1617 component : DevtoolsVersionIndex ,
@@ -44,6 +45,10 @@ export default function DevtoolsVersionIndex() {
4445 } }
4546 />
4647
48+ < div className = "w-fit mx-auto px-4" >
49+ < OpenSourceStats library = { library } />
50+ </ div >
51+
4752 < LibraryFeatureHighlights
4853 featureHighlights = { library . featureHighlights }
4954 />
You can’t perform that action at this time.
0 commit comments