update: file navbar menu item, change font bold to font normal

This commit is contained in:
abiyasa05 2024-10-25 10:56:54 +07:00
parent df7bac9122
commit 5843e89cf9

View File

@ -86,7 +86,7 @@ export default function MenuItem({ menu, isActive, onClick }: Props) {
<Icon className="w-4 h-4" />
</span>
{/* Label */}
<span className="text-xs font-bold whitespace-normal">{menu.label}</span>
<span className="text-xs font-normal whitespace-normal">{menu.label}</span>
</div>
{/* Chevron Icon */}
{hasChildren && (