Skip to content

Commit a604346

Browse files
committed
Minor fix header
1 parent b076953 commit a604346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header/RightMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const _RightMenu = (props: Props) => {
4040
<Menu mode={md ? 'horizontal' : 'inline'}>
4141
<Menu.Item key="menukey-profile">
4242
<NavLink className="navbar-item primary" to={PATH.PROFILE}>
43-
Hi {user.username}
43+
Hi <strong>{user.username}</strong>
4444
</NavLink>
4545
</Menu.Item>
4646
<Menu.Item key="menukey-login">

0 commit comments

Comments
 (0)