From e5e9260ac3de7483a8ff73cc350764532efc9c48 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Fri, 23 Jan 2026 23:52:36 +0000 Subject: [PATCH] fix: constants urls, changelog url --- src/config/constants.js | 3 ++- src/features/misc/sections/Changelog.jsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/config/constants.js b/src/config/constants.js index 640931d3..e858cb1a 100644 --- a/src/config/constants.js +++ b/src/config/constants.js @@ -6,7 +6,8 @@ export const OPENSTREETMAP_URL = 'https://www.openstreetmap.org'; // Mue URLs export const WEBSITE_URL = 'https://muetab.com'; -export const MARKETPLACE_URL = 'http://muetab.com/marketplace'; +export const MARKETPLACE_URL = 'https://muetab.com/marketplace'; +export const CHANGELOG_URL = 'https://muetab.com/blog/changelog'; export const PRIVACY_URL = 'https://muetab.com/privacy'; export const TRANSLATIONS_URL = 'https://muetab.com/docs/translations'; export const WEBLATE_URL = 'https://hosted.weblate.org/projects/mue/mue-tab/'; diff --git a/src/features/misc/sections/Changelog.jsx b/src/features/misc/sections/Changelog.jsx index ef100657..630aefee 100644 --- a/src/features/misc/sections/Changelog.jsx +++ b/src/features/misc/sections/Changelog.jsx @@ -45,7 +45,7 @@ const Changelog = () => { )}