Skip to content

Commit 99b475a

Browse files
committed
修改了LOGO为华为标识
1 parent 581ec29 commit 99b475a

File tree

4 files changed

+33
-299
lines changed

4 files changed

+33
-299
lines changed
5.68 KB
Loading
61 KB
Loading

web/apps/labelstudio/src/components/Menubar/Menubar.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,10 @@ export const Menubar = ({ enabled, defaultOpened, defaultPinned, children, onSid
135135
<div className={menubarClass}>
136136
<Dropdown.Trigger dropdown={menuDropdownRef} closeOnClickOutside={!sidebarPinned}>
137137
<div className={`${menubarClass.elem("trigger")} main-menu-trigger`}>
138-
<img src={absoluteURL("/static/icons/logo.svg")} alt="Label Studio Logo" style={{ height: 22 }} />
138+
<div style={{ display: "flex", alignItems: "center" }}>
139+
<img src={absoluteURL("/static/icons/huawei.png")} alt="ModelEngine Logo" style={{ height: 22 }} />
140+
<h1 style={{ fontSize: "20px", marginLeft: "8px" }}>ModelEngine</h1>
141+
</div>
139142
<Hamburger opened={sidebarOpened} />
140143
</div>
141144
</Dropdown.Trigger>

0 commit comments

Comments
 (0)