Skip to content

Commit

Permalink
Tweak button labels
Browse files Browse the repository at this point in the history
  • Loading branch information
arackaf committed Jan 31, 2023
1 parent c96c4f0 commit e2a1a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion svelte-kit/src/lib/components/navigation/MobileMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="mobile-menu-content">
<div>
<div class="header">
<button class="raw-button icon-button" on:click={onClose}>
<button class="raw-button icon-button" aria-label="Close mobile menu" on:click={onClose}>
<i class="far fa-times" />
</button>
<h3>{title}</h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<button
style="font-size: 1.4rem; align-self: center"
class="mobile-menu-button margin-right raw-button icon-button"
aria-label="Mobile menu toggle"
aria-label="Open mobile menu"
on:click={() => (mobileMenuOpen = true)}
>
<i class="far fa-bars" />
Expand Down

1 comment on commit e2a1a03

@vercel
Copy link

@vercel vercel bot commented on e2a1a03 Jan 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.