fix: remove archived badge from recording card and i18n
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -26,8 +26,6 @@
|
||||
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:
|
||||
return "text-gray-400 bg-gray-400/20";
|
||||
}
|
||||
|
||||
@@ -143,7 +143,6 @@ export default {
|
||||
created: "Created",
|
||||
status_draft: "Draft",
|
||||
status_published: "Published",
|
||||
status_archived: "Archived",
|
||||
play: "Play",
|
||||
edit: "Edit",
|
||||
delete: "Delete",
|
||||
|
||||
Reference in New Issue
Block a user