add dosen menu
This commit is contained in:
@@ -318,6 +318,10 @@ const MobileNavContent = ({ user, onLogout }: MobileNavContentProps) => {
|
|||||||
<Award className="h-4 w-4" />
|
<Award className="h-4 w-4" />
|
||||||
Prestasi
|
Prestasi
|
||||||
</Link>
|
</Link>
|
||||||
|
<Link href="/keloladata/dosen" className="flex items-center gap-2 px-3 py-2 text-sm hover:bg-accent hover:text-accent-foreground rounded-md transition-colors">
|
||||||
|
<Users className="h-4 w-4" />
|
||||||
|
Dosen
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user