Commit 7566e4b1 authored by wuhao's avatar wuhao 🎯

asder

parent 601e3411
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
"!frontend/", "!frontend/",
"!run/", "!run/",
"!logs/", "!logs/",
"!data/" "!data/",
"!electron/"
], ],
"extraResources": { "extraResources": {
"from": "build/extraResources/", "from": "build/extraResources/",
......
...@@ -86,10 +86,11 @@ function Headers({ currentUser, children, broken }) { ...@@ -86,10 +86,11 @@ function Headers({ currentUser, children, broken }) {
}} }}
placement="bottom" 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> </Dropdown>
<b>{currentUser?.name ?? "-"}</b>
</div> </div>
</Header> </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