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 5b5db7b860
commit 63a515944f
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>