style: apply code formatting

This commit is contained in:
kunish 2024-07-06 20:29:54 +08:00
parent 35058d6113
commit 39ad73205c
No known key found for this signature in database
GPG Key ID: 67D3ACD788F3A7CD
2 changed files with 3812 additions and 1347 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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>