generated from lucien/api-template
add: atle for certaints users dded Le jeu to the ti
This commit is contained in:
parent
f188453373
commit
a3c2465247
1 changed files with 5 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue