Skip to content

Commit 19c4dd0

Browse files
committed
fix contributors
1 parent fb9c663 commit 19c4dd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/homepage/contributors/Contributors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function Contributors() {
3434
function Contributor({ name, icon, title }) {
3535
return (
3636
<div className={ styles.contributor }>
37-
<img src={`./img/contributors/${icon}`} />
37+
<img src={`/img/contributors/${icon}`} />
3838
<p className={styles.name}>{ name }</p>
3939
<p className={styles.title}>{ title }</p>
4040
</div>

0 commit comments

Comments
 (0)