Skip to content

Commit

Permalink
Remove alt attribute for x icon because it shows up in google texts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanqui committed Jul 30, 2024
1 parent 1a32763 commit f2fed42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Box.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<div class="box {box_class}">
<div class="cross">
<img src="/ico/ico_x.svg" alt="x">
<img src="/ico/ico_x.svg" alt="">
</div>
<div class="content">
<slot />
Expand Down

0 comments on commit f2fed42

Please sign in to comment.