We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8111d01 commit ff4e1c7Copy full SHA for ff4e1c7
demo-app/src/components/Buttons/Buttons.tsx
@@ -11,7 +11,11 @@ const Buttons = (props: Props) => {
11
>
12
<div className={"button button-size"}>
13
<div style={{ marginRight: 10, marginTop: 5 }}>
14
- <img src="/assets/gh-logo.png" height={30} alt="github-logo" />
+ <img
15
+ src={`${process.env.PUBLIC_URL}/assets/gh-logo.png`}
16
+ height={30}
17
+ alt="github-logo"
18
+ />
19
</div>
20
<div>View On Github</div>
21
<div style={{ marginLeft: 10 }}>
0 commit comments