mirror of https://github.com/fantasticit/think.git
fix: update min width to show logo text
parent
dc68fb0535
commit
4b31a98f90
|
@ -89,7 +89,7 @@ export const RouterHeader: React.FC = () => {
|
||||||
header={
|
header={
|
||||||
<Space>
|
<Space>
|
||||||
<LogoImage />
|
<LogoImage />
|
||||||
{windowSize.width >= 576 && <LogoText />}
|
{windowSize.width >= 890 && <LogoText />}
|
||||||
</Space>
|
</Space>
|
||||||
}
|
}
|
||||||
selectedKeys={[pathname || '/']}
|
selectedKeys={[pathname || '/']}
|
||||||
|
|
Loading…
Reference in New Issue