mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-22 12:05:51 +00:00
@@ -12,10 +12,10 @@ export const AdminSideBar = async () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<aside className="w-64 backdrop-blur-xl bg-white/80 border-r border-slate-200 p-6 flex flex-col">
|
||||
<aside className="w-64 backdrop-blur-xl bg-white/80 p-6 flex flex-col">
|
||||
<div className="flex items-center gap-2 mb-10 px-2">
|
||||
<Link href="/admin/dashboard" className="flex items-center gap-2 group">
|
||||
<div className="w-10 h-10 bg-white rounded-lg flex items-center justify-center font-bold italic ring-1 ring-slate-200/80 group-hover:ring-blue-200 transition-shadow">
|
||||
<div className="w-10 h-10 bg-white rounded-lg flex items-center justify-center font-bold italic group-hover:ring-blue-200 transition-shadow">
|
||||
<Image src="/logo.png" alt="TVone" width={50} height={50} />
|
||||
</div>
|
||||
<span className="font-bold text-sm tracking-tight leading-tight uppercase">
|
||||
|
||||
Reference in New Issue
Block a user