add user profile, profile vibe and trip vibe and social signal
This commit is contained in:
@@ -35,6 +35,12 @@ export function Navbar() {
|
||||
>
|
||||
Open Trip
|
||||
</Link>
|
||||
<Link
|
||||
href="/people"
|
||||
className="rounded-lg px-3 py-1.5 text-sm font-medium text-neutral-600 transition-colors hover:bg-neutral-100 hover:text-neutral-800"
|
||||
>
|
||||
Cari Teman
|
||||
</Link>
|
||||
|
||||
{session?.user ? (
|
||||
<>
|
||||
@@ -125,6 +131,13 @@ export function Navbar() {
|
||||
>
|
||||
Open Trip
|
||||
</Link>
|
||||
<Link
|
||||
href="/people"
|
||||
onClick={() => setMenuOpen(false)}
|
||||
className="rounded-lg px-3 py-2.5 text-sm font-medium text-neutral-700 transition-colors hover:bg-neutral-50"
|
||||
>
|
||||
Cari Teman
|
||||
</Link>
|
||||
|
||||
{session?.user ? (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user