one-click-accessibility/modules/settings/assets/js/constants/index.js
Nirbhay Singh 27bfa67219
Update/app 1029 app name (#173)
* update: plugin name

* update: default menu option

* update: menu structure

* update: add inline checks

* update: reduce padding on app icon in menu

* fix: height of the modal

* update: app menu icon color

* update: menu icon colors

* fix: menu icon size

* update: plugin names

* update: HELP_LINK

* update: app name

* update: icon background color

* update: icon size

* fix: admin icon size

* fix: width of the sidebar
2025-02-10 20:14:53 +05:30

9 lines
305 B
JavaScript

export const HELP_LINK = 'https://go.elementor.com/acc-main-help/';
export const UPGRADE_LINK = 'https://go.elementor.com/';
export const LEARN_MORE_LINK =
'https://go.elementor.com/acc-statement-learn-more/';
export const SKELETON_OPTIONS = Object.freeze({
SPEED: 2,
FOREGROUND_COLOR: '#D9D9D9',
});