shortened the url of the auth, fixed sidebar toggle issue and fixed browser tab
This commit is contained in:
@@ -7,7 +7,7 @@ import Profile from "./Profile";
|
||||
import Tooltip from "@mui/material/Tooltip";
|
||||
import CurrentDate from "./CurrentDate";
|
||||
|
||||
const TopNavbar = ({ toogleActive }) => {
|
||||
const TopNavbar = ({ toggleActive }) => {
|
||||
return (
|
||||
<>
|
||||
<div className="topNavbarDark">
|
||||
@@ -28,7 +28,7 @@ const TopNavbar = ({ toogleActive }) => {
|
||||
size="sm"
|
||||
edge="start"
|
||||
color="inherit"
|
||||
onClick={toogleActive}
|
||||
onClick={toggleActive}
|
||||
>
|
||||
<i className="ri-align-left"></i>
|
||||
</IconButton>
|
||||
|
||||
Reference in New Issue
Block a user