feat: add a footer

This commit is contained in:
Rodolfo Ruiz
2025-05-14 20:23:48 -06:00
parent d8a18f2744
commit b5af6ea7af
3 changed files with 52 additions and 21 deletions

View File

@@ -12,7 +12,7 @@ export default function AppHeader({ zone = 'public' }) {
<Toolbar sx={{ justifyContent: 'space-between', flexWrap: 'wrap' }}>
<Box display="flex" alignItems="center">
<IconButton edge="start" color="inherit">
<img src={fendiLogo} alt="Fendi logo" style={{ height: 40 }} />
<img src={fendiLogo} alt="Fendi logo" style={{ height: 40 }} />
</IconButton>
<Typography variant="h6" noWrap sx={{ ml: 1 }}>
{isPrivate ? "Private" : isRestricted ? "Restricted" : "Fendi Casa Experience"}
@@ -37,7 +37,7 @@ export default function AppHeader({ zone = 'public' }) {
/>
</Box>
)}
{/* Login button only visible for public zone */}
{isPublic && (
<Box>