feat: replace header icon and favicon with brand image
This commit is contained in:
@@ -53,7 +53,7 @@ export function NavigationDrawer({
|
||||
>
|
||||
<Box sx={{ p: 2 }}>
|
||||
<Box sx={{ mb: 2, display: 'flex', alignItems: 'center', gap: 1 }}>
|
||||
<BearLogo sx={{ fontSize: 28 }} />
|
||||
<BearLogo sx={{ width: 28, height: 28 }} />
|
||||
<Typography variant="h6">{STORE_NAME}</Typography>
|
||||
</Box>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user