admin
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user