mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
style: apply code formatting
This commit is contained in:
parent
35058d6113
commit
39ad73205c
4113
pnpm-lock.yaml
4113
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -123,7 +123,9 @@ export const Header = () => {
|
|||||||
<For each={navs()}>
|
<For each={navs()}>
|
||||||
{({ href, name, icon }) => (
|
{({ href, name, icon }) => (
|
||||||
<li onClick={() => setOpenedDrawer(false)}>
|
<li onClick={() => setOpenedDrawer(false)}>
|
||||||
<A href={href}>{icon} {name}</A>
|
<A href={href}>
|
||||||
|
{icon} {name}
|
||||||
|
</A>
|
||||||
</li>
|
</li>
|
||||||
)}
|
)}
|
||||||
</For>
|
</For>
|
||||||
|
Loading…
Reference in New Issue
Block a user