one-click-accessibility/modules/settings/assets/js/constants/index.js
Pavlo Kniazevych cdfc597ae7
Bug/app 1003 (#157)
* Fix: Add missed translations [n/a]

* Fix: Refresh the plan data on page load [n/a]

* New: Add loader to the settings [n/a]
2025-01-30 23:11:13 +02:00

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',
});