From 27aa5a89573d632273aa90e25b25091ef389db46 Mon Sep 17 00:00:00 2001
From: Manuel Schiller
Date: Tue, 19 Nov 2024 22:33:28 +0100
Subject: [PATCH] add "Get started" button to `start`
---
app/routes/_libraries.start.$version.index.tsx | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/app/routes/_libraries.start.$version.index.tsx b/app/routes/_libraries.start.$version.index.tsx
index 29136c532..6d3e9b931 100644
--- a/app/routes/_libraries.start.$version.index.tsx
+++ b/app/routes/_libraries.start.$version.index.tsx
@@ -171,6 +171,12 @@ export default function VersionIndex() {
and Vite. Ready to deploy to your favorite hosting
provider.
+
+ Get Started
+
@@ -625,7 +631,7 @@ export default function VersionIndex() {
)} */}
- {/*
+
Wow, you've come a long way!
@@ -634,13 +640,13 @@ export default function VersionIndex() {
- Read the Docs!
+ Get Started!
-
*/}
+
)