File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
modules/settings/assets/js Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11export const HELP_LINK = 'https://go.elementor.com/' ;
22export const UPGRADE_LINK = 'https://go.elementor.com/' ;
3+ export const LEARN_MORE_LINK =
4+ 'https://go.elementor.com/acc-statement-learn-more/' ;
35
46export const SKELETON_OPTIONS = Object . freeze ( {
57 SPEED : 2 ,
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import { StatementLink } from '@ea11y/layouts';
2020import { mixpanelService } from '@ea11y/services' ;
2121import { useEffect , useState } from '@wordpress/element' ;
2222import { __ } from '@wordpress/i18n' ;
23+ import { LEARN_MORE_LINK } from '../constants/index' ;
2324import { injectTemplateVars } from '../utils' ;
2425
2526const StyledPaper = styled ( Paper ) `
@@ -124,7 +125,7 @@ const AccessibilityStatement = () => {
124125 {
125126 link : ( { children } ) => (
126127 < Link
127- href = { 'https://example.com/' }
128+ href = { LEARN_MORE_LINK }
128129 target = "_blank"
129130 rel = "noopener noreferrer"
130131 color = "secondary"
You can’t perform that action at this time.
0 commit comments