Skip to content

Commit

Permalink
Masterbar: update 'My Account' link to /me (#94313)
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar authored Sep 9, 2024
1 parent 692b14d commit 5a08b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/layout/masterbar/logged-in.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ class MasterbarLoggedIn extends Component {
},
{
label: translate( 'My Account' ),
url: '/me/account',
url: '/me',
className: 'account-link',
},
{
Expand Down

0 comments on commit 5a08b79

Please sign in to comment.