Skip to content

Commit

Permalink
made sidebar image icon an optional prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinator444 committed Jan 2, 2025
1 parent 9413c1e commit c3c165a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/megamenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface NavMenuColumnGroupItem {
export interface Sidebar {
name: string;
icon?: AvailableIcons | string;
iconImg: string;
iconImg?: string;
items?: SidebarItem[];
}

Expand Down

0 comments on commit c3c165a

Please sign in to comment.