Skip to content

Commit

Permalink
Fixes link as button with img visual example
Browse files Browse the repository at this point in the history
  • Loading branch information
HeleenSG committed Sep 27, 2024
1 parent 46579c3 commit f5b0a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/routes/(docs)/components/button-icon/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<h3>Visuele weergave:</h3>

<a href="{base}/components/button-icon" class="button icon"
>Lorem ipsum <img src="$img/cat-white.svg" alt="Kat" /></a
>Lorem ipsum <img src="$img/cat.svg" alt="Kat" /></a
>

<h3>HTML-voorbeeld:</h3>
Expand Down

0 comments on commit f5b0a4a

Please sign in to comment.