Implemented a simple page to view the currently registered users
This commit is contained in:
@@ -35,10 +35,9 @@ export default function Navbar({profilePicture}: Props) {
|
||||
</label>
|
||||
<ul tabIndex={0} className="mt-3 p-2 shadow menu menu-compact dropdown-content bg-base-100 rounded-box w-52">
|
||||
<li>
|
||||
<a className="justify-between">
|
||||
<Link href="/profile" className="justify-between">
|
||||
Profile
|
||||
<span className="badge">New</span>
|
||||
</a>
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<a>Settings</a>
|
||||
|
||||
Reference in New Issue
Block a user