header fixes

This commit is contained in:
2026-04-11 11:23:06 +05:30
parent 82264a5c34
commit c9e609fee6

View File

@@ -83,12 +83,14 @@ export default function Header({
<Typography <Typography
variant="h6" variant="h6"
noWrap noWrap
sx={{ flexGrow: 1, fontWeight: "bold", cursor: "pointer" }} sx={{ fontWeight: "bold", cursor: "pointer" }}
onClick={() => navigate("/")} onClick={() => navigate("/")}
> >
{headerTitle} {headerTitle}
</Typography> </Typography>
<span style={{ flexGrow: 1 }} />
{/* AUTH SECTION */} {/* AUTH SECTION */}
{isAuthenticated ? ( {isAuthenticated ? (
<> <>