mirror of
https://github.com/mue/mue.git
synced 2026-07-17 14:04:09 +02:00
fix: constants urls, changelog url
This commit is contained in:
@@ -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/';
|
||||
|
||||
@@ -45,7 +45,7 @@ const Changelog = () => {
|
||||
</div>
|
||||
)}
|
||||
<iframe
|
||||
src="http://muetab.com/blog/changelog?embed=true"
|
||||
src={variables.constants.CHANGELOG_URL + '?embed=true'}
|
||||
onLoad={handleLoad}
|
||||
scrolling="no"
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user