Pull Request branch dev-clone to main #1
|
|
@ -86,7 +86,7 @@ export default function MenuItem({ menu, isActive, onClick }: Props) {
|
||||||
<Icon className="w-4 h-4" />
|
<Icon className="w-4 h-4" />
|
||||||
</span>
|
</span>
|
||||||
{/* Label */}
|
{/* Label */}
|
||||||
<span className="text-xs font-bold">{menu.label}</span>
|
<span className="text-xs font-bold whitespace-normal">{menu.label}</span>
|
||||||
</div>
|
</div>
|
||||||
{/* Chevron Icon */}
|
{/* Chevron Icon */}
|
||||||
{hasChildren && (
|
{hasChildren && (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user