Skip to content

Commit 358f9b1

Browse files
authored
chore: Update Form label to v1 (#363)
1 parent 59751c5 commit 358f9b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/libraries/form.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export const formProject = {
2121
textStyle: 'text-yellow-500',
2222
repo,
2323
latestBranch: 'main',
24-
latestVersion: 'v0',
25-
availableVersions: ['v0'],
24+
latestVersion: 'v1',
25+
availableVersions: ['v1'],
2626
colorFrom: 'from-yellow-500',
2727
colorTo: 'to-yellow-600',
2828
textColor: 'text-yellow-600',

0 commit comments

Comments
 (0)