From 84ef3ae52546c3aead3808f282641b48dbbfdf9c Mon Sep 17 00:00:00 2001 From: Okan Sahin <39759830+mokimo@users.noreply.github.com> Date: Wed, 6 Sep 2023 14:54:56 +0200 Subject: [PATCH] Fix profile sign out button (#1223) * Fix profile sign out button * Add the href back --- libs/blocks/global-navigation/features/profile/dropdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/blocks/global-navigation/features/profile/dropdown.js b/libs/blocks/global-navigation/features/profile/dropdown.js index 9db7baf636..59c5a6a30b 100644 --- a/libs/blocks/global-navigation/features/profile/dropdown.js +++ b/libs/blocks/global-navigation/features/profile/dropdown.js @@ -157,7 +157,7 @@ class ProfileDropdown { decorateSignOut() { const signOutLink = toFragment`
  • - + ${this.placeholders.signOut}
  • `;