Commit 7566e4b1 authored by wuhao's avatar wuhao 🎯

asder

parent 601e3411
......@@ -11,7 +11,8 @@
"!frontend/",
"!run/",
"!logs/",
"!data/"
"!data/",
"!electron/"
],
"extraResources": {
"from": "build/extraResources/",
......
......@@ -86,10 +86,11 @@ function Headers({ currentUser, children, broken }) {
}}
placement="bottom"
>
<Avatar size={"large"} src={currentUser?.head_url}></Avatar>
<div className="center" style={{gap:10,cursor:"default"}}>
<Avatar size={"large"} src={currentUser?.head_url}></Avatar>
<b>{currentUser?.name ?? "-"}</b>
</div>
</Dropdown>
<b>{currentUser?.name ?? "-"}</b>
</div>
</Header>
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment