refactor: explicit type for buttons
This commit is contained in:
@@ -10,7 +10,7 @@ const {
|
||||
} = Astro.props;
|
||||
---
|
||||
|
||||
<button class={className} aria-label={label} data-aw-toggle-menu>
|
||||
<button type="button" class={className} aria-label={label} data-aw-toggle-menu>
|
||||
<span class="sr-only">{label}</span>
|
||||
<slot>
|
||||
<span
|
||||
|
Reference in New Issue
Block a user