There was an error while loading. Please reload this page.
1 parent fb9c663 commit 19c4dd0Copy full SHA for 19c4dd0
1 file changed
src/components/homepage/contributors/Contributors.js
@@ -34,7 +34,7 @@ export default function Contributors() {
34
function Contributor({ name, icon, title }) {
35
return (
36
<div className={ styles.contributor }>
37
- <img src={`./img/contributors/${icon}`} />
+ <img src={`/img/contributors/${icon}`} />
38
<p className={styles.name}>{ name }</p>
39
<p className={styles.title}>{ title }</p>
40
</div>
0 commit comments