Skip to content

Commit

Permalink
Fix @guaka's broken links...
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed May 25, 2024
1 parent 1ffbc05 commit 24aa932
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/pages/client/components/Navigation.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ export default function Navigation({ user, onSignout }) {
{t('Host')}
</a>

<a href="https://notes.trustroots.org/" className="list-group-item">
<a
href={`https://notes.trustroots.org/#user=${user.username}`}
target="_blank"
rel="noreferrer"
className="list-group-item"
>
{t('Notes')}
</a>

Expand Down

0 comments on commit 24aa932

Please sign in to comment.