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 4f46341 commit 7756ba0Copy full SHA for 7756ba0
src/playground/render-interface.jsx
@@ -449,7 +449,7 @@ class Interface extends React.Component {
449
className={styles.shareLink}
450
>
451
<img
452
- src="/share_project.png"
+ src="share_project.png"
453
alt=">"
454
/>
455
{'Copy Link'}
@@ -461,7 +461,7 @@ class Interface extends React.Component {
461
className={styles.reportLink}
462
463
464
- src="/report_flag.png"
+ src="report_flag.png"
465
alt="!"
466
467
{'Report'}
0 commit comments