tweak(ui): menu icon use svg component (#524)

This commit is contained in:
Charles
2024-03-09 23:13:08 +08:00
committed by GitHub
parent 025c8856ed
commit eb6fa5f1f1
3 changed files with 22 additions and 21 deletions

View File

@@ -139,7 +139,7 @@ const Layout = () => {
<LayoutItem
key={router.label}
to={router.link}
img={router.img}
icon={router.icon}
>
{t(router.label)}
</LayoutItem>