Skip to content

Commit

Permalink
#2687 link to notes.trustroots.org
Browse files Browse the repository at this point in the history
  • Loading branch information
K committed May 23, 2024
1 parent 6639289 commit ba12ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core/client/components/NavigationLoggedIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ export default function NavigationLoggedIn({ currentPath, onSignout, user }) {
</MenuItem>
<MenuItem
currentPath={currentPath}
path="/offer/meet"
path="https://notes.trustroots.org/"
className="hidden-xs"
>
{t('Meet')}
{t('Notes')}
</MenuItem>
<NavDropdown
className="dropdown-user hidden-xs cursor-pointer"
Expand Down

0 comments on commit ba12ba2

Please sign in to comment.