Skip to content

Commit ff7dacc

Browse files
Fix missing alt attributes
1 parent 87ac90e commit ff7dacc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

_components/ThemeToggle.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ export default function () {
99
<img
1010
src="/img/light.svg"
1111
class="w-full block -translate-y-full dark:translate-y-0 transition-transform duration-200 easing-[0.86,0,0.07,1]"
12+
alt=""
1213
/>
1314
<img
1415
src="/img/dark.svg"
1516
class="w-full block -translate-y-full dark:translate-y-0 transition-transform duration-200 easing-[0.86,0,0.07,1]"
17+
alt=""
1618
/>
1719
<span class="sr-only">Toggle Theme</span>
1820
</button>

0 commit comments

Comments
 (0)