Skip to content

Commit

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

0 comments on commit 523d36b

Please sign in to comment.