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
+1 -1
View File
@@ -118,7 +118,7 @@ export const AppHeader = React.memo(function AppHeader() {
gap: 1,
}}
>
<BearLogo sx={{ fontSize: 28 }} />
<BearLogo sx={{ width: 28, height: 28 }} />
<Typography variant="h6" sx={{ whiteSpace: 'nowrap', overflow: 'hidden', textOverflow: 'ellipsis' }}>
{STORE_NAME}
</Typography>