mirror of
https://gh.wpcy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-04-27 09:03:55 +08:00
* Fix: Add missed translations [n/a] * Fix: Refresh the plan data on page load [n/a] * New: Add loader to the settings [n/a]
7 lines
205 B
JavaScript
7 lines
205 B
JavaScript
export const HELP_LINK = 'https://go.elementor.com/';
|
|
export const UPGRADE_LINK = 'https://go.elementor.com/';
|
|
|
|
export const SKELETON_OPTIONS = Object.freeze({
|
|
SPEED: 2,
|
|
FOREGROUND_COLOR: '#D9D9D9',
|
|
});
|