fix: widget order ui bugs

This commit is contained in:
David Ralph
2021-04-01 18:58:40 +01:00
parent 0575d5d565
commit ceb68012d5
3 changed files with 3 additions and 2 deletions

View File

@@ -6,5 +6,5 @@ export const SPONSORS_URL = 'https://sponsors.muetab.com';
export const GITHUB_URL = 'https://api.github.com';
export const FEEDBACK_FORM = 'https://api.formcake.com/api/form/349b56cb-7e2b-4004-b32b-e8964d217dd1/submission';
export const OFFLINE_IMAGES = 20;
export const BETA_VERSION = false
export const BETA_VERSION = false;
export const VERSION = '5.0';