Compare commits

..

No commits in common. "ea082c80f6ad21e19ba4b02023494b61a7d8ace1" and "af09a86c48c8f5d910f49e35df385acf62fc776e" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ export function getMenuList(pathname: string, t: any): Group[] {
label: "Banner", label: "Banner",
active: pathname === "/admin/settings/banner", active: pathname === "/admin/settings/banner",
icon: "heroicons:arrow-trending-up", icon: "heroicons:arrow-trending-up",
children: [], children: [],
}, },
], ],
}, },