add: atle for certaints users dded Le jeu to the ti

This commit is contained in:
Lukian 2025-04-08 22:33:02 +02:00
parent f188453373
commit a3c2465247

View file

@ -11,7 +11,11 @@ export default function TopBar({ user }: { user: User | undefined }) {
<Link to="/channels">Channels</Link>
</div>
<div className="topbar-center">
<h1>Tanuki's Forum</h1>
{user && user.id == 5 ? (
<h1>Le Jeu</h1>
) : (
<h1>Tanuki's Forum</h1>
)}
</div>
{user ? (
<div className="topbar-right">