From e077c02409bdb400e79dee5583cc82d6e84f9686 Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Sat, 1 Mar 2025 18:05:17 -0800 Subject: [PATCH] chore: Update Form label to v1 --- app/libraries/form.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/libraries/form.tsx b/app/libraries/form.tsx index 9b225a4c6..9f87242e6 100644 --- a/app/libraries/form.tsx +++ b/app/libraries/form.tsx @@ -21,8 +21,8 @@ export const formProject = { textStyle: 'text-yellow-500', repo, latestBranch: 'main', - latestVersion: 'v0', - availableVersions: ['v0'], + latestVersion: 'v1', + availableVersions: ['v1'], colorFrom: 'from-yellow-500', colorTo: 'to-yellow-600', textColor: 'text-yellow-600',