mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 09:38:29 +02:00
Swap curl and license badge
This commit is contained in:
@@ -14,7 +14,7 @@ const details: Record<
|
|||||||
LicenseCheckStatus['type'] | 'dev' | 'beta',
|
LicenseCheckStatus['type'] | 'dev' | 'beta',
|
||||||
{ label: ReactNode; color: ButtonProps['color'] } | null
|
{ 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' },
|
dev: { label: 'Develop', color: 'secondary' },
|
||||||
commercial_use: null,
|
commercial_use: null,
|
||||||
invalid_license: { label: 'License Error', color: 'danger' },
|
invalid_license: { label: 'License Error', color: 'danger' },
|
||||||
|
|||||||
@@ -40,8 +40,8 @@ export const WorkspaceHeader = memo(function WorkspaceHeader({ className }: Prop
|
|||||||
<RecentRequestsDropdown />
|
<RecentRequestsDropdown />
|
||||||
</div>
|
</div>
|
||||||
<div className="flex-1 flex gap-1 items-center h-full justify-end pointer-events-none pr-1">
|
<div className="flex-1 flex gap-1 items-center h-full justify-end pointer-events-none pr-1">
|
||||||
<LicenseBadge />
|
|
||||||
<ImportCurlButton />
|
<ImportCurlButton />
|
||||||
|
<LicenseBadge />
|
||||||
<IconButton
|
<IconButton
|
||||||
icon="search"
|
icon="search"
|
||||||
title="Search or execute a command"
|
title="Search or execute a command"
|
||||||
|
|||||||
Reference in New Issue
Block a user