Skip to content

Commit 9f2b4ef

Browse files
committed
fix: update ai card from ALPHA to BETA
1 parent e44f7fa commit 9f2b4ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/supportedCards.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@ export const SUPPORTED_CARDS: SupportedCardType[] = [
126126
label: 'Powered by AI',
127127
component: AICard,
128128
type: 'supported',
129-
badge: 'ALPHA',
129+
badge: 'BETA',
130130
},
131131
]

0 commit comments

Comments
 (0)