mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-13 09:33:43 +08:00
修改logo
This commit is contained in:
@@ -201,7 +201,7 @@ const HeaderBar = () => {
|
||||
position="bottomRight"
|
||||
render={
|
||||
<Dropdown.Menu>
|
||||
<Dropdown.Item>退出</Dropdown.Item>
|
||||
<Dropdown.Item onClick={logout}>退出</Dropdown.Item>
|
||||
</Dropdown.Menu>
|
||||
}
|
||||
>
|
||||
|
||||
@@ -254,7 +254,7 @@ const HeaderBar = () => {
|
||||
setSelectedKeys([key.itemKey]);
|
||||
}}
|
||||
header={{
|
||||
logo: <IconSemiLogo style={{height: '36px', fontSize: 36}}/>,
|
||||
logo: <img src={logo} alt='logo' style={{marginRight: '0.75em'}}/>,
|
||||
text: 'NekoAPI'
|
||||
}}
|
||||
// footer={{
|
||||
|
||||
Reference in New Issue
Block a user