mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 20:16:42 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
52d053c00f
commit
cfbc0b07a3
4 changed files with 7 additions and 7 deletions
|
|
@ -356,7 +356,7 @@ function SkillDetailPage() {
|
|||
<div className="flex items-center justify-between">
|
||||
<span className="font-medium">v{v.version_number}</span>
|
||||
{v.is_live && (
|
||||
<Badge className="bg-emerald-500/15 text-emerald-600 dark:text-emerald-400 border-emerald-500/30 text-[10px]">
|
||||
<Badge variant="success" className="text-[10px]">
|
||||
Live
|
||||
</Badge>
|
||||
)}
|
||||
|
|
|
|||
|
|
@ -204,7 +204,7 @@ function NovaSkillPage() {
|
|||
return (
|
||||
<li key={f.key} className="flex items-center gap-2 text-sm">
|
||||
{done ? (
|
||||
<Check className="h-4 w-4 text-emerald-500 shrink-0" />
|
||||
<Check className="h-4 w-4 text-success shrink-0" />
|
||||
) : (
|
||||
<CircleDashed className="h-4 w-4 text-muted-foreground/50 shrink-0" />
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue