Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#2687 link to notes.trustroots.org #2688

Merged
merged 4 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/generate-circle-images.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const mkdir = require('mkdir-recursive');
const path = require('path');
const sharp = require('sharp');

sharp.simd(false)
sharp.simd(false);

// Width and height in pixels
const circleImagesSizes = [
Expand Down
5 changes: 3 additions & 2 deletions modules/core/client/components/NavigationLoggedIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,11 @@ export default function NavigationLoggedIn({ currentPath, onSignout, user }) {
</MenuItem>
<MenuItem
currentPath={currentPath}
path="/offer/meet"
path="https://notes.trustroots.org/#user=${user.username}"
target="_blank"
className="hidden-xs"
>
{t('Meet')}
{t('Notes')}
</MenuItem>
<NavDropdown
className="dropdown-user hidden-xs cursor-pointer"
Expand Down
Loading