This commit is contained in:
root
2025-10-22 19:13:26 +00:00
parent ac57b932c2
commit 754b023435
10 changed files with 80 additions and 60 deletions
@@ -56,7 +56,7 @@ export function DashboardNavbar() {
>
<Bars3Icon strokeWidth={3} className="h-6 w-6 text-blue-gray-500" />
</IconButton>
<Link to="/auth/sign-in">
{/* <Link to="/auth/sign-in">
<Button
variant="text"
color="blue-gray"
@@ -150,13 +150,13 @@ export function DashboardNavbar() {
</div>
</MenuItem>
</MenuList>
</Menu>
</Menu> */}
<IconButton
variant="text"
color="blue-gray"
onClick={() => setOpenConfigurator(dispatch, true)}
>
<Cog6ToothIcon className="h-5 w-5 text-blue-gray-500" />
<Cog6ToothIcon className="h-5 w-5 text-blue-gray-500 " />
</IconButton>
</div>
</div>
+2 -8
View File
@@ -7,16 +7,10 @@ export function Footer() {
return (
<footer>
<div className="flex w-full flex-wrap items-center justify-center md:justify-between">
<Typography variant="small" className="font-normal text-inherit">
<div className="flex w-full flex-wrap items-center justify-center md:justify-end">
<Typography variant="small" className="mt-1 text-xs text-stormGrey-500 block antialiased font-sans">
StackPulse: &copy; {year} by Michael Böhmländer
</Typography>
<Typography variant="small" className="font-normal text-inherit">
Tailwind Material Dashboard: &copy; {year} made with{" "}
<HeartIcon className="-mt-0.5 inline-block h-3.5 w-3.5 text-red-600" /> by Creative Tim
</Typography>
</div>
</footer>
);
+1 -1
View File
@@ -60,7 +60,7 @@ export function Navbar({ brandName, routes, action }) {
<IconButton
variant="text"
size="sm"
className="ml-auto text-inherit hover:bg-transparent focus:bg-transparent active:bg-transparent lg:hidden"
className="hml-auto text-inherit hover:bg-transparent focus:bg-transparent active:bg-transparent lg:hidden"
onClick={() => setOpenNav(!openNav)}
>
{openNav ? (