header updated

This commit is contained in:
victorAnumudu
2025-02-14 11:40:23 +01:00
parent 24636b4b96
commit 07c3db6ee0
3 changed files with 40 additions and 25 deletions
@@ -39,7 +39,7 @@ export default function DashboardAside({shrinkAside=false}) {
</div>
<hr className="border-slate-400" />
<div className="p-4 w-full h-full overflow-y-auto">
<div className="p-4 w-full flex flex-col gap-2 h-full overflow-y-auto">
{asideNavLinks.map((link, index) => {
let active = link.status == 1 ? true : false
let hasSubLinks = (link.subLinks && link.subLinks.length > 0) ? true : false