diff --git a/app/routes/_libraries/config.$version.index.tsx b/app/routes/_libraries/config.$version.index.tsx index 52285dae..610a6283 100644 --- a/app/routes/_libraries/config.$version.index.tsx +++ b/app/routes/_libraries/config.$version.index.tsx @@ -30,159 +30,161 @@ const librariesRouteApi = getRouteApi('/_libraries') export default function FormVersionIndex() { const { sponsorsPromise } = librariesRouteApi.useLoaderData() - const { version } = Route.useParams() const library = getLibrary('config') const gradientText = `pr-1 inline-block leading-snug text-transparent bg-clip-text bg-gradient-to-r ${configProject.colorFrom} ${configProject.colorTo}` return ( - <> -
-
-

- TanStack - Config -

-

- - Configuration and tools - {' '} - for publishing and maintaining high-quality JavaScript packages -

- - Get Started - -
+
+
+
+
+

+ TanStack + Config +

+

+ + Configuration and tools + {' '} + for publishing and maintaining high-quality JavaScript packages +

+ + Get Started + +
- + -
-
-

- Hassle-Free Setup -

-

- Incorporate TanStack Config into your development toolkit and - experience a new level of efficiency, speed, and customization in - building and releasing high-quality JavaScript packages. -

-
-
- {[ - // A list of features that @tanstack/config provides - 'Vite ecosystem', - 'Opinionated defaults', - 'Publint-compliant', - 'Minimal configuration', - 'Package versioning', - 'Automated changelogs', - ].map((d, i) => { - return ( - - {d} - - ) - })} +
+
+

+ Hassle-Free Setup +

+

+ Incorporate TanStack Config into your development toolkit and + experience a new level of efficiency, speed, and customization + in building and releasing high-quality JavaScript packages. +

+
+
+ {[ + // A list of features that @tanstack/config provides + 'Vite ecosystem', + 'Opinionated defaults', + 'Publint-compliant', + 'Minimal configuration', + 'Package versioning', + 'Automated changelogs', + ].map((d, i) => { + return ( + + {d} + + ) + })} +
-
-
-

- Partners -

-
-
+

+ Partners +

+
+
- - Config You? - -
-
- We're looking for a TanStack Config OSS Partner to go above and - beyond the call of sponsorship. Are you as invested in TanStack - Config as we are? Let's push the boundaries of Config together! + > + + Config You? + +
+
+ We're looking for a TanStack Config OSS Partner to go above + and beyond the call of sponsorship. Are you as invested in + TanStack Config as we are? Let's push the boundaries of Config + together! +
+ + Let's chat +
- - Let's chat -
-
-
-

- Sponsors -

-
- } - children={(sponsors) => { - return +
+

+ Sponsors +

+
-
-
- - Become a Sponsor! - + } + children={(sponsors) => { + return + }} + /> +
+
-
-
-
- +
+
+ +
+ + This ad helps us keep the lights on 😉 +
- - This ad helps us keep the lights on 😉 - -
-
-
- Wow, you've come a long way! -
-
- Only one thing left to do... -
-
- - Get Started! - +
+
+ Wow, you've come a long way! +
+
+ Only one thing left to do... +
+
+ + Get Started! + +
+
-
- +
) }