Skip to content

Commit

Permalink
#2688 #user=${user.username}
Browse files Browse the repository at this point in the history
  • Loading branch information
K committed May 23, 2024
1 parent ba12ba2 commit b24b40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/client/components/NavigationLoggedIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function NavigationLoggedIn({ currentPath, onSignout, user }) {
</MenuItem>
<MenuItem
currentPath={currentPath}
path="https://notes.trustroots.org/"
path="https://notes.trustroots.org/#user=${user.username}"
className="hidden-xs"
>
{t('Notes')}
Expand Down

0 comments on commit b24b40b

Please sign in to comment.