We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b076953 commit a604346Copy full SHA for a604346
src/components/Header/RightMenu.tsx
@@ -40,7 +40,7 @@ const _RightMenu = (props: Props) => {
40
<Menu mode={md ? 'horizontal' : 'inline'}>
41
<Menu.Item key="menukey-profile">
42
<NavLink className="navbar-item primary" to={PATH.PROFILE}>
43
- Hi {user.username}
+ Hi <strong>{user.username}</strong>
44
</NavLink>
45
</Menu.Item>
46
<Menu.Item key="menukey-login">
0 commit comments