fix: fixed topbar and added emojis names

This commit is contained in:
Lukian 2025-04-21 12:28:57 +02:00
parent f326555c59
commit f4cfd8a9fe
4 changed files with 4 additions and 1 deletions

View file

@ -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>