fix: remove archived badge from recording card and i18n
All checks were successful
Build and Push Backend Image / build (push) Successful in 17s
Build and Push Frontend Image / build (push) Successful in 4m19s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 11:57:40 +01:00
parent fde0d63271
commit 798495c3d6
2 changed files with 1 additions and 4 deletions

View File

@@ -26,9 +26,7 @@
return "text-green-400 bg-green-400/20";
case "draft":
return "text-yellow-400 bg-yellow-400/20";
case "archived":
return "text-red-400 bg-red-400/20";
default:
default:
return "text-gray-400 bg-gray-400/20";
}
}

View File

@@ -143,7 +143,6 @@ export default {
created: "Created",
status_draft: "Draft",
status_published: "Published",
status_archived: "Archived",
play: "Play",
edit: "Edit",
delete: "Delete",