refactor(admin-compliance): Rename to Admin Compliance
Rename Admin v2 to Admin Compliance in sidebar, header, and browser title. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@ import './globals.css'
|
|||||||
const inter = Inter({ subsets: ['latin'] })
|
const inter = Inter({ subsets: ['latin'] })
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'BreakPilot Admin v2',
|
title: 'BreakPilot Admin Compliance',
|
||||||
description: 'Neues Admin-Frontend mit verbesserter Navigation und Rollen-System',
|
description: 'Neues Admin-Frontend mit verbesserter Navigation und Rollen-System',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ export function Header({ title, description }: HeaderProps) {
|
|||||||
|
|
||||||
{/* User Area */}
|
{/* User Area */}
|
||||||
<div className="flex items-center gap-3">
|
<div className="flex items-center gap-3">
|
||||||
<span className="text-sm text-slate-500">Admin v2</span>
|
<span className="text-sm text-slate-500">Admin Compliance</span>
|
||||||
<div className="w-8 h-8 rounded-full bg-primary-600 flex items-center justify-center text-white text-sm font-medium">
|
<div className="w-8 h-8 rounded-full bg-primary-600 flex items-center justify-center text-white text-sm font-medium">
|
||||||
A
|
A
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ export function Sidebar({ onRoleChange }: SidebarProps) {
|
|||||||
<div className="h-16 flex items-center justify-between px-4 border-b border-slate-700">
|
<div className="h-16 flex items-center justify-between px-4 border-b border-slate-700">
|
||||||
{!collapsed && (
|
{!collapsed && (
|
||||||
<Link href="/dashboard" className="font-bold text-lg">
|
<Link href="/dashboard" className="font-bold text-lg">
|
||||||
Admin v2
|
Admin Compliance
|
||||||
</Link>
|
</Link>
|
||||||
)}
|
)}
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user