Skip to content

Commit

Permalink
fix: start badge = alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Sep 12, 2024
1 parent a54aab9 commit 1e4b983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/libraries/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export type Library = {
ogImage?: string
bgStyle: string
textStyle: string
badge?: 'new' | 'soon'
badge?: 'new' | 'soon' | 'alpha' | 'beta'
repo: string
latestBranch: string
latestVersion: string
Expand Down
2 changes: 1 addition & 1 deletion app/libraries/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const startProject: Library = {
description: `Full-document SSR, Streaming, Server Functions, bundling and more, powered by TanStack Router, Vinxi, and Nitro and ready to deploy to your favorite hosting provider.`,
bgStyle: 'bg-cyan-500',
textStyle: 'text-cyan-500',
badge: 'soon',
badge: 'alpha',
repo: 'tanstack/start',
latestBranch: 'main',
latestVersion: 'v0',
Expand Down

0 comments on commit 1e4b983

Please sign in to comment.