mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
Remove unnecessary spaces in SvelteKit (#129)
This commit is contained in:
@@ -3,10 +3,10 @@ With <a href="https://kit.svelte.dev/docs/routing#pages">SvelteKit</a>
|
||||
```svelte
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/"> Home </a>
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/about"> About us </a>
|
||||
<a href="/about">About us</a>
|
||||
</li>
|
||||
</ul>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user