feat: replace header icon and favicon with brand image
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user