File tree Expand file tree Collapse file tree 6 files changed +0
-18
lines changed
free-listings/configure-product-listings/hero
dashboard/campaign-creation-success-guide
product-feed/submission-success-guide Expand file tree Collapse file tree 6 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ import './index.scss';
14
14
15
15
/**
16
16
* Full URL to the Google G logo image.
17
- * Preferably we would inline it into HTML to reduce the bundle size.
18
- *
19
- * Unfortunately, React does not support `import.meta`, so we need to hardcode the module path.
20
17
*/
21
18
const googleLogoURL =
22
19
glaData . assetsURL + 'js/src/components/account-card/gogole-g-logo.svg' ;
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ import './index.scss';
12
12
13
13
/**
14
14
* Full URL to the hero image.
15
- * Preferably we would inline it into HTML to reduce the bundle size.
16
- *
17
- * Unfortunately, React does not support `import.meta`, so we need to hardcode the module path.
18
15
*/
19
16
const heroImageURL =
20
17
glaData . assetsURL +
Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ const CTA_CREATE_ANOTHER_CAMPAIGN = 'create-another-campaign';
23
23
24
24
/**
25
25
* Full URL to the header image.
26
- * Preferably we would inline it into HTML to reduce the bundle size.
27
- *
28
- * Unfortunately, React does not support `import.meta`, so we need to hardcode the module path.
29
26
*/
30
27
const headerImageURL =
31
28
glaData . assetsURL +
Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ import './index.scss';
17
17
18
18
/**
19
19
* Full URL to the feature images folder.
20
- * Preferably we would inline it into HTML to reduce the bundle size.
21
- *
22
- * Unfortunately, React does not support `import.meta`, so we need to hardcode the module path.
23
20
*/
24
21
const imagesURL = glaData . assetsURL + 'js/src/get-started-page/features-card/' ;
25
22
Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ import AppButton from '.~/components/app-button';
22
22
23
23
/**
24
24
* Full URL to the header image.
25
- * Preferably we would inline it into HTML to reduce the bundle size.
26
- *
27
- * Unfortunately, React does not support `import.meta`, so we need to hardcode the module path.
28
25
*/
29
26
const motivationImageURL =
30
27
glaData . assetsURL + 'js/src/get-started-page/get-started-card/image.svg' ;
Original file line number Diff line number Diff line change @@ -28,9 +28,6 @@ const LATER_BUTTON_CLASS = 'components-guide__finish-button';
28
28
29
29
/**
30
30
* Full URL to the logo images.
31
- * Preferably we would inline it into HTML to reduce the bundle size.
32
- *
33
- * Unfortunately, React does not support `import.meta`, so we need to hardcode the module path.
34
31
*/
35
32
const wooLogoURL =
36
33
glaData . assetsURL +
You can’t perform that action at this time.
0 commit comments