generated from lucien/api-template
fix: fixed topbar and added emojis names
This commit is contained in:
parent
f326555c59
commit
f4cfd8a9fe
4 changed files with 4 additions and 1 deletions
|
@ -45,6 +45,7 @@ export default function TopBar({ user }: { user: User | undefined }) {
|
|||
<Link to="/">Home</Link>
|
||||
<Link to="/channels">Channels</Link>
|
||||
<Link to="/users">Users</Link>
|
||||
<Link to="/emojis">Emojis</Link>
|
||||
{user ? (
|
||||
<div className="burger-menu-user">
|
||||
<Link to={`/u/${user.username}`}>{user.username}</Link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue