FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge pull request #19636 from guardian/sa-remove-sign-in-link · devhttps/frontend@a44c3bc · GitHub

Commit a44c3bc

Browse files
authored
Merge pull request guardian#19636 from guardian/sa-remove-sign-in-link
Remove sign in link if user is signed in
2 parents e4ae03f + ce7cac0 commit a44c3bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎static/src/javascripts/projects/common/modules/navigation/user-account.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const showMyAccountIfNecessary = (): void => {
5252
return fastdom
5353
.write(() => {
5454
signIns.forEach(signIn => {
55-
signIn.classList.add('u-h');
55+
signIn.remove();
5656
});
5757

5858
accountActionsLists.forEach(accountActions => {

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL