kyc user and upload partial update encrypt nik and picture
This commit is contained in:
@@ -50,6 +50,12 @@ export function Navbar() {
|
||||
>
|
||||
Profil
|
||||
</Link>
|
||||
<Link
|
||||
href="/verify"
|
||||
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"
|
||||
>
|
||||
Verifikasi
|
||||
</Link>
|
||||
<div className="ml-2 flex items-center gap-2">
|
||||
<Link
|
||||
href="/profile"
|
||||
@@ -136,6 +142,13 @@ export function Navbar() {
|
||||
>
|
||||
Profil
|
||||
</Link>
|
||||
<Link
|
||||
href="/verify"
|
||||
onClick={() => setMenuOpen(false)}
|
||||
className="rounded-lg px-3 py-2.5 text-sm font-medium text-neutral-700 transition-colors hover:bg-neutral-50"
|
||||
>
|
||||
Verifikasi
|
||||
</Link>
|
||||
<div className="mt-2 flex items-center justify-between rounded-lg bg-neutral-50 px-3 py-2.5">
|
||||
<Link
|
||||
href="/profile"
|
||||
|
||||
Reference in New Issue
Block a user