Skip to content

Commit

Permalink
Fix profile sign out button (#1223)
Browse files Browse the repository at this point in the history
* Fix profile sign out button

* Add the href back
  • Loading branch information
mokimo authored Sep 6, 2023
1 parent 45d036d commit 84ef3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blocks/global-navigation/features/profile/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class ProfileDropdown {
decorateSignOut() {
const signOutLink = toFragment`
<li>
<button class="feds-profile-action" daa-ll="${this.placeholders.signOut}">${this.placeholders.signOut}</button>
<a href="#" class="feds-profile-action" daa-ll="${this.placeholders.signOut}">${this.placeholders.signOut}</a>
</li>
`;

Expand Down

0 comments on commit 84ef3ae

Please sign in to comment.