File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -91,12 +91,11 @@ function VersionIndex() {
9191 </ div >
9292 < div className = "max-w-full p-8 w-[800px] mx-auto leading-loose space-y-4 bg-white dark:bg-black/40 rounded-xl shadow-xl shadow-black/10" >
9393 < div >
94- You can use < strong > TanStack Start BETA</ strong > today! Although
95- currently in active development, we do not expect any more breaking
96- changes. We invite you to provide feedback to help us on the journey
97- to 1.0! If you choose to ship a BETA Start app to production, we
98- recommend locking your dependencies to a specific version and
99- keeping up with the latest releases.
94+ You can use < strong > TanStack Start RC</ strong > today! We're
95+ feature-complete and preparing for 1.0. We invite you to provide
96+ feedback to help us finalize the release! If you choose to ship an
97+ RC Start app to production, we recommend locking your dependencies
98+ to a specific version and keeping up with the latest releases.
10099 </ div >
101100 </ div >
102101 < div className = "grid items-center gap-2 justify-center grid-cols-1 sm:grid-cols-2 w-[600px] max-w-full mx-auto" >
@@ -118,7 +117,7 @@ function VersionIndex() {
118117 params = { { libraryId : library . id } }
119118 className = "flex items-center gap-2 py-2 px-4 bg-cyan-800 rounded text-white uppercase font-extrabold"
120119 >
121- < Book className = "min-w-4" /> Try the BETA
120+ < Book className = "min-w-4" /> Try it out!
122121 </ Link >
123122 < a
124123 href = { `https://github.com/tanstack/tanstack.com` }
You can’t perform that action at this time.
0 commit comments