We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44f7fa commit 9f2b4efCopy full SHA for 9f2b4ef
1 file changed
src/config/supportedCards.tsx
@@ -126,6 +126,6 @@ export const SUPPORTED_CARDS: SupportedCardType[] = [
126
label: 'Powered by AI',
127
component: AICard,
128
type: 'supported',
129
- badge: 'ALPHA',
+ badge: 'BETA',
130
},
131
]
0 commit comments