Add user lock/unlock functionality and remove partner management
Some checks failed
Staging Build / build (push) Failing after 26s
Some checks failed
Staging Build / build (push) Failing after 26s
This commit is contained in:
@@ -58,10 +58,7 @@ export default async function AdminLayout({
|
||||
<Users className="w-5 h-5" />
|
||||
Benutzer
|
||||
</Link>
|
||||
<Link href="/admin/partners" className="flex items-center gap-3 px-3 py-2 rounded-lg text-slate-400 hover:text-white hover:bg-white/5 transition-all">
|
||||
<Building2 className="w-5 h-5" />
|
||||
Partner
|
||||
</Link>
|
||||
|
||||
<Link href="/admin/companies" className="flex items-center gap-3 px-3 py-2 rounded-lg text-slate-400 hover:text-white hover:bg-white/5 transition-all">
|
||||
<Building2 className="w-5 h-5" />
|
||||
Firmen
|
||||
|
||||
Reference in New Issue
Block a user