Skip to content

Commit

Permalink
fix(site): give logo image a label and bump site-kit (#9707)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrich authored Apr 19, 2023
1 parent 738b496 commit fccd659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/kit.svelte.dev/src/routes/home/Hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<section class="hero">
<div class="hero-contents">
<div class="hero-text">
<div class="logotype" role="img">
<div class="logotype" role="img" aria-label="SvelteKit">
<Logotype />
</div>

Expand Down

0 comments on commit fccd659

Please sign in to comment.