SaaS platform UX polish: layout, navigation, error handling #39
@@ -128,8 +128,8 @@ export function LicensePage() {
|
||||
>
|
||||
<span className="text-sm text-white">{label}</span>
|
||||
<Badge
|
||||
label={enabled ? 'Enabled' : 'Disabled'}
|
||||
color={enabled ? 'success' : 'error'}
|
||||
label={enabled ? 'Enabled' : 'Not included'}
|
||||
color={enabled ? 'success' : 'auto'}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user