feat: implement character changes page with new and modified character listings
All checks were successful
Build Docker Image / build (push) Successful in 1m23s
All checks were successful
Build Docker Image / build (push) Successful in 1m23s
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
const navItems = [
|
||||
{ href: '/admin', label: 'Dashboard', icon: '📊' },
|
||||
{ href: '/admin/characters', label: 'Characters', icon: '🗣️' },
|
||||
{ href: '/admin/character-changes', label: 'Changes', icon: '🔄' },
|
||||
{ href: '/admin/devil-fruits', label: 'Devil Fruits', icon: '🍎' },
|
||||
{ href: '/admin/arcs', label: 'Arcs', icon: '📚' },
|
||||
{ href: '/admin/users', label: 'Users', icon: '👥' },
|
||||
|
||||
Reference in New Issue
Block a user