From ba12ba28024605659fde57ce706fd8b17b869000 Mon Sep 17 00:00:00 2001 From: K Date: Thu, 23 May 2024 18:57:37 +0200 Subject: [PATCH 1/4] #2687 link to notes.trustroots.org --- modules/core/client/components/NavigationLoggedIn.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/client/components/NavigationLoggedIn.js b/modules/core/client/components/NavigationLoggedIn.js index 4318a4ff69..f1399f0e6b 100644 --- a/modules/core/client/components/NavigationLoggedIn.js +++ b/modules/core/client/components/NavigationLoggedIn.js @@ -108,10 +108,10 @@ export default function NavigationLoggedIn({ currentPath, onSignout, user }) { - {t('Meet')} + {t('Notes')} Date: Thu, 23 May 2024 19:00:24 +0200 Subject: [PATCH 2/4] #2688 #user=${user.username} --- modules/core/client/components/NavigationLoggedIn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/client/components/NavigationLoggedIn.js b/modules/core/client/components/NavigationLoggedIn.js index f1399f0e6b..3884646160 100644 --- a/modules/core/client/components/NavigationLoggedIn.js +++ b/modules/core/client/components/NavigationLoggedIn.js @@ -108,7 +108,7 @@ export default function NavigationLoggedIn({ currentPath, onSignout, user }) { {t('Notes')} From 99a03150c19f99364e8bc0fc7a41538ae51fbc72 Mon Sep 17 00:00:00 2001 From: K Date: Thu, 23 May 2024 19:01:43 +0200 Subject: [PATCH 3/4] #2688 target="_blank" --- modules/core/client/components/NavigationLoggedIn.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/client/components/NavigationLoggedIn.js b/modules/core/client/components/NavigationLoggedIn.js index 3884646160..c044a21418 100644 --- a/modules/core/client/components/NavigationLoggedIn.js +++ b/modules/core/client/components/NavigationLoggedIn.js @@ -109,6 +109,7 @@ export default function NavigationLoggedIn({ currentPath, onSignout, user }) { {t('Notes')} From 62f49ec36345f5126d7028883f2f0e8d054869fa Mon Sep 17 00:00:00 2001 From: Callum Macdonald Date: Thu, 23 May 2024 19:10:15 +0200 Subject: [PATCH 4/4] Linting FTW --- bin/generate-circle-images.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/generate-circle-images.js b/bin/generate-circle-images.js index 5c8fb26aed..96ef3ab69c 100755 --- a/bin/generate-circle-images.js +++ b/bin/generate-circle-images.js @@ -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 = [