Skip to content

Commit

Permalink
feat: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed May 9, 2024
1 parent 3595fa4 commit 5e685b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/components/Layout/headers/Actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const UserAction = memo(function UserAction({ isMobile }: UserActionProps): Reac
<Dropdown placement="bottomRight" menu={menu}>
<div className={`${prefixCls}-profile`}>
<Avatar size={40} src={logo} alt="avatar" />
<span style={{ marginInlineStart: 4 }}>Antd</span>
<span style={{ marginInlineStart: 4 }}>Admin</span>
</div>
</Dropdown>
);
Expand Down

0 comments on commit 5e685b7

Please sign in to comment.