File tree Expand file tree Collapse file tree 12 files changed +9
-14
lines changed Expand file tree Collapse file tree 12 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 22import React from "react" ;
33
44import { trackGAEvent } from "../../../../../../shared" ;
5- import innovationLogo from "../../assets/images/innovationLogo.png" ;
5+ import innovationLogo from "../../../../public/ assets/images/innovationLogo.png" ;
66import { FOOTER_URLS } from "../../core/constants" ;
77
88const DEFAULT_GA_EVENT = {
Original file line number Diff line number Diff line change @@ -11,12 +11,8 @@ import PropTypes, { shape } from "prop-types";
1111import React from "react" ;
1212
1313import { trackGAEvent } from "../../../../../../shared" ;
14- import { getCurrentScriptPath } from "../../../../../../shared/utils" ;
15-
16- // @ts -ignore
17-
18- const currentScriptPath = getCurrentScriptPath ( ) ;
19- const endorsedLogo = `${ currentScriptPath } assets/images/endorsedLogo.png` ;
14+ // @ts -expect-error
15+ import endorsedLogo from "../../../../public/assets/images/endorsedLogo.png" ;
2016
2117const DEFAULT_GA_EVENT = {
2218 type : "external link" ,
Original file line number Diff line number Diff line change 11import React from "react" ;
22
3- // eslint-disable-next-line import/no-unresolved
4- import endorsedLogo from "./assets/images/endorsedLogo.png" ;
3+ import endorsedLogo from "../../public/assets/images/endorsedLogo.png" ;
54import { ASUFooter } from "./footer" ;
65
76export default {
You can’t perform that action at this time.
0 commit comments