mirror of
https://github.com/mue/mue.git
synced 2026-07-16 05:23:49 +02:00
feat: new sliders, dropdowns, text inputs, update settings ui, fix language bug
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
@@ -11,7 +11,6 @@ export const MAPBOX_URL = 'https://api.mapbox.com';
|
||||
export const WEBSITE_URL = 'https://muetab.com';
|
||||
export const PRIVACY_URL = 'https://muetab.com/privacy';
|
||||
export const BLOG_POST = 'https://blog.muetab.com/posts/version-5-3';
|
||||
export const FEEDBACK_FORM = 'https://api.formcake.com/api/form/349b56cb-7e2b-4004-b32b-e8964d217dd1/submission';
|
||||
export const TRANSLATIONS_URL = 'https://docs.muetab.com/translations/';
|
||||
export const CDN_URL = 'https://res.cloudinary.com/mue/image/upload';
|
||||
|
||||
@@ -30,5 +29,4 @@ export const DONATE_USERNAME = 'davidcralph'; // this only works if you use the
|
||||
|
||||
export const OFFLINE_IMAGES = 20;
|
||||
|
||||
export const BETA_VERSION = false;
|
||||
export const VERSION = '5.3.3';
|
||||
|
||||
Reference in New Issue
Block a user