Skip to content

Commit

Permalink
#2687 fixes for ${vars} that dont work etc
Browse files Browse the repository at this point in the history
  • Loading branch information
K committed May 24, 2024
1 parent ff4de7f commit f052b66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions modules/offers/client/components/NoMeets.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ export default function NoMeets() {
<p>
<a
className="btn btn-action btn-inverse-primary"
href={`https://notes.trustroots.org/#user=${user.username}`}
target="_blank"
href="https://notes.trustroots.org/"
target="_blank"
rel="noreferrer"
>
{t('Add it to map!')}
</a>
Expand Down
2 changes: 1 addition & 1 deletion modules/pages/client/components/Navigation.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Navigation({ user, onSignout }) {
{t('Host')}
</a>

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

Expand Down

0 comments on commit f052b66

Please sign in to comment.