Skip to content

Commit

Permalink
fixed accesibility error
Browse files Browse the repository at this point in the history
  • Loading branch information
fnhipster committed Dec 2, 2024
1 parent 6f4a865 commit 05575f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/header/renderAuthDropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function renderSignIn(element) {
export function renderAuthDropdown(navTools) {
const dropdownElement = document.createRange().createContextualFragment(`
<div class="dropdown-wrapper nav-tools-wrapper">
<button type="button" class="nav-dropdown-button"></button>
<button type="button" class="nav-dropdown-button">My Account</button>
<div class="nav-auth-menu-panel nav-tools-panel">
<div id="auth-dropin-container"></div>
<ul class="authenticated-user-menu">
Expand Down

0 comments on commit 05575f5

Please sign in to comment.