major refactor of the dashboard and react-openapi integration #1
@@ -83,12 +83,14 @@ export default function Header({
|
||||
<Typography
|
||||
variant="h6"
|
||||
noWrap
|
||||
sx={{ flexGrow: 1, fontWeight: "bold", cursor: "pointer" }}
|
||||
sx={{ fontWeight: "bold", cursor: "pointer" }}
|
||||
onClick={() => navigate("/")}
|
||||
>
|
||||
{headerTitle}
|
||||
</Typography>
|
||||
|
||||
<span style={{ flexGrow: 1 }} />
|
||||
|
||||
{/* AUTH SECTION */}
|
||||
{isAuthenticated ? (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user