mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 06:56:44 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
284e697801
commit
53ff827d3d
1 changed files with 2 additions and 1 deletions
|
|
@ -67,10 +67,11 @@ function SkillsPage() {
|
|||
<div className="flex items-center gap-3 flex-wrap">
|
||||
{limits.data && limits.data.max_skills != null && (
|
||||
<span className="text-sm text-muted-foreground px-3 py-1.5 rounded-lg bg-muted">
|
||||
{limits.data.current_skills_count} de {limits.data.max_skills} skills
|
||||
{limits.data.current_skills_count} de {limits.data.max_skills} skills personalizadas
|
||||
</span>
|
||||
)}
|
||||
|
||||
|
||||
<div className="flex items-center gap-2">
|
||||
<Switch id="archived" checked={showArchived} onCheckedChange={setShowArchived} />
|
||||
<Label htmlFor="archived" className="text-sm text-muted-foreground cursor-pointer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue