feat: replace header icon and favicon with brand image

This commit is contained in:
Kirill
2026-05-24 20:29:17 +05:00
parent 9ce3375088
commit ca302c4e2d
9 changed files with 24 additions and 42 deletions
@@ -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>