Swap curl and license badge

This commit is contained in:
Gregory Schier
2025-01-26 13:19:26 -08:00
parent 6393bbbc0e
commit 22db739413
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ const details: Record<
LicenseCheckStatus['type'] | 'dev' | 'beta',
{ label: ReactNode; color: ButtonProps['color'] } | null
> = {
beta: { label: <HStack space={1}><span>Beta Feedback</span><Icon size="xs" icon='external_link'/></HStack>, color: 'success' },
beta: { label: <HStack space={1}><span>Beta Feedback</span><Icon size="xs" icon='external_link'/></HStack>, color: 'info' },
dev: { label: 'Develop', color: 'secondary' },
commercial_use: null,
invalid_license: { label: 'License Error', color: 'danger' },