fix: update min width to show logo text

This commit is contained in:
fantasticit 2022-04-25 23:23:34 +08:00
parent dc68fb0535
commit 4b31a98f90
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ export const RouterHeader: React.FC = () => {
header={
<Space>
<LogoImage />
{windowSize.width >= 576 && <LogoText />}
{windowSize.width >= 890 && <LogoText />}
</Space>
}
selectedKeys={[pathname || '/']}