This commit is contained in:
gpatruno
2026-07-18 17:40:39 +02:00
parent 2168998679
commit d0f868ffa5
19 changed files with 406 additions and 28 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ const NAV = [
{ to: '/admin/players', label: 'Players' },
{ to: '/admin/cases', label: 'Cases' },
{ to: '/admin/items', label: 'Items' },
{ to: '/admin/categories', label: 'Categories' },
{ to: '/admin/drops', label: 'Drops' },
];
@@ -17,7 +18,7 @@ export default function AdminLayout() {
<div className="admin-shell">
<aside className="admin-sidebar">
<div className="admin-sidebar-brand">
<span className="brand">CaseForge</span>
<span className="brand">CaseOrion</span>
<span className="admin-sidebar-tag">Admin</span>
</div>
<nav className="admin-side-nav">