Skip to content

Commit

Permalink
Label theme button
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOtterlord committed Dec 15, 2024
1 parent 865cf6a commit f3f2715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/landing/HeroSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ import GitHubIcon from '~/components/icons/GitHubIcon.astro';
</div>
<div class="theme">
<ThemeToggle>
<Icon name='moon' width={24} height={24} slot="dark" />
<Icon name='sun' width={24} height={24} slot="light" />
<Icon name='moon' width={24} height={24} slot="dark" aria-label="Switch to light mode" />
<Icon name='sun' width={24} height={24} slot="light" aria-label="Switch to dark mode" />
</ThemeToggle>
</div>
<div class="divider">
Expand Down

0 comments on commit f3f2715

Please sign in to comment.