diff --git a/LICENSES/CLA-signed-list.md b/LICENSES/CLA-signed-list.md
index 1f4c1cc9..0b78a52f 100644
--- a/LICENSES/CLA-signed-list.md
+++ b/LICENSES/CLA-signed-list.md
@@ -23,3 +23,4 @@ C/ My company has custom contribution contract with Lutra Consulting Ltd. or I a
* fernandinand, 13th March 2025
* wonder-sk, 9th February 2026
* xkello, 26th January 2026
+* gabriel-bolbotina, 18th August 2026
diff --git a/README.md b/README.md
index d1dcbbe0..ccd4a480 100644
--- a/README.md
+++ b/README.md
@@ -84,10 +84,8 @@ If you'd like to contribute and improve the documentation, visit https://github.
## Get in touch
If you need support, a custom deployment, extending the service capabilities and new features do not hesitate to contact us on info@lutraconsulting.co.uk
-
-
-
+Join our community and ask questions!
## Developers
diff --git a/web-app/packages/lib/.env b/web-app/packages/lib/.env
index 0d2a175b..f978b2e9 100644
--- a/web-app/packages/lib/.env
+++ b/web-app/packages/lib/.env
@@ -1 +1 @@
-VITE_VUE_APP_JOIN_COMMUNITY_LINK=https://merginmaps.com/community/join
+VITE_VUE_APP_COMMUNITY_LINK=https://community.merginmaps.com
diff --git a/web-app/packages/lib/src/env.d.ts b/web-app/packages/lib/src/env.d.ts
index 89cc8af8..1aad9f22 100644
--- a/web-app/packages/lib/src/env.d.ts
+++ b/web-app/packages/lib/src/env.d.ts
@@ -5,7 +5,7 @@
///
interface ImportMetaEnv {
- readonly VITE_VUE_APP_JOIN_COMMUNITY_LINK: string
+ readonly VITE_VUE_APP_COMMUNITY_LINK: string
}
interface ImportMeta {
diff --git a/web-app/packages/lib/src/modules/layout/components/AppHeaderTemplate.vue b/web-app/packages/lib/src/modules/layout/components/AppHeaderTemplate.vue
index 5469686d..9765b9f4 100644
--- a/web-app/packages/lib/src/modules/layout/components/AppHeaderTemplate.vue
+++ b/web-app/packages/lib/src/modules/layout/components/AppHeaderTemplate.vue
@@ -242,8 +242,8 @@ export default defineComponent({
target: '_blank'
},
{
- label: 'Community chat',
- url: import.meta.env.VITE_VUE_APP_JOIN_COMMUNITY_LINK,
+ label: 'Community',
+ url: import.meta.env.VITE_VUE_APP_COMMUNITY_LINK,
target: '_blank'
},
...(this.helpMenuItems ?? [])