deskripsi:
- fix component : Menu drawer
- fix feature : list menui drawer pada portofolio & profile
# No Issue
This commit is contained in:
2025-07-10 15:21:40 +08:00
parent b8ed577fea
commit 2c94638e27
6 changed files with 85 additions and 24 deletions

View File

@@ -20,7 +20,7 @@ interface ITabs {
}
interface IMenuDrawerItem {
icon: string;
icon: React.ReactNode;
label: string;
path?: string;
color?: string;