Skip to content

Commit

Permalink
chore: missing <a> target
Browse files Browse the repository at this point in the history
Co-authored-by: 翠 / green <green@sapphi.red>
  • Loading branch information
patak-dev and sapphi-red authored Jun 6, 2022
1 parent 08f91dd commit 14be563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte-ts/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

<main>
<div>
<a href="https://vitejs.dev">
<a href="https://vitejs.dev" target="_blank">
<img src={viteLogo} alt="Vite Logo" />
</a>
<a href="https://svelte.dev">
<a href="https://svelte.dev" target="_blank">
<img src={svelteLogo} alt="Svelte Logo" />
</a>
</div>
Expand Down

0 comments on commit 14be563

Please sign in to comment.