Skip to content

Commit 7756ba0

Browse files
authored
fix icons
1 parent 4f46341 commit 7756ba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/playground/render-interface.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ class Interface extends React.Component {
449449
className={styles.shareLink}
450450
>
451451
<img
452-
src="/share_project.png"
452+
src="share_project.png"
453453
alt=">"
454454
/>
455455
{'Copy Link'}
@@ -461,7 +461,7 @@ class Interface extends React.Component {
461461
className={styles.reportLink}
462462
>
463463
<img
464-
src="/report_flag.png"
464+
src="report_flag.png"
465465
alt="!"
466466
/>
467467
{'Report'}

0 commit comments

Comments
 (0)