File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,10 @@ export default function AdminClientWrapper({
2727 < div className = "flex-1 flex flex-col lg:ml-72 min-h-screen pb-24 lg:pb-0" >
2828 { /* Unified Admin Header */ }
2929 < header className = "h-20 lg:h-24 bg-white/80 backdrop-blur-xl border-b border-gray-100 flex items-center justify-between px-6 md:px-10 sticky top-0 z-40 w-full" >
30- < div className = "flex items-center gap-4 min-w-0 flex-1" >
30+ < Link
31+ href = "/admin"
32+ className = "flex items-center gap-4 min-w-0 flex-1 lg:pointer-events-none"
33+ >
3134 < div className = "w-10 h-10 lg:w-12 lg:h-12 bg-ochre rounded-2xl flex items-center justify-center shadow-xl shadow-ochre/20 flex-none group hover:rotate-6 transition-transform" >
3235 < ShieldCheck className = "w-5 h-5 lg:w-6 lg:h-6 text-white" />
3336 </ div >
@@ -37,7 +40,7 @@ export default function AdminClientWrapper({
3740 < span className = "text-[7px] lg:text-[9px] text-ochre font-black uppercase tracking-[0.2em] bg-ochre/5 px-2 py-0.5 rounded-full border border-ochre/10 truncate" > Admin Console</ span >
3841 </ div >
3942 </ div >
40- </ div >
43+ </ Link >
4144
4245 < div className = "flex items-center gap-3" >
4346 < Link
You can’t perform that action at this time.
0 commit comments