generated from lucien/api-template
fix: fixed users page title
This commit is contained in:
parent
2795d4686e
commit
9434aad013
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ export default function UsersPage({socket}: {socket: WebSocket}) {
|
|||
<div className="users-page">
|
||||
<TopBar user={thisUser} />
|
||||
<div className="users-page-channels">
|
||||
<h2>Channels</h2>
|
||||
<h2>Users</h2>
|
||||
<input
|
||||
type="text"
|
||||
placeholder="Search users"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue