Final Commit

This commit is contained in:
root
2025-10-22 13:27:22 +00:00
parent 1f8906bc3d
commit e607310689
6 changed files with 16 additions and 20 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ export function Sidenav({ brandImg, brandName, routes }) {
className={`${sidenavTypes[sidenavType]} ${openSidenav ? "translate-x-0" : "-translate-x-80"
} fixed inset-0 z-50 my-4 ml-4 h-[calc(100vh-32px)] w-72 rounded-xl transition-transform duration-300 xl:translate-x-0 border border-blue-gray-100`}
>
<div className="relative py-6 px-8">
<img src={logo} alt="StackPulse" className="w-auto" />
<div className="relative py-6 px-8 text-right">
<img src={logo} alt="StackPulse" className="w-auto" /><span className="mt-1 text-xs text-stormGrey-500 block antialiased font-sans">v0.4</span>
<IconButton
variant="text"