Skip to content

Commit 2f84230

Browse files
committed
img path fixed
1 parent 0f26949 commit 2f84230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Contributors/contributors.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function Contribute() {
1414
const response = await fetch(url);
1515
const users = await response.json();
1616
setData(users)
17-
setLoading(true)
17+
setLoading(false)
1818
}
1919
fetchUsers(url)
2020
}, [data.length])
@@ -47,7 +47,7 @@ function Contribute() {
4747
)
4848
) : (
4949
<div className='translate-y-[4rem]'>
50-
<img src="/public/assets/run.gif"
50+
<img src="../../../public/assets/run.gif"
5151
className='w-1/2 mx-auto'
5252
alt="Running Gif" />
5353
<h1 className='text-center md:text-2xl text-white'>Contributors coming...</h1>

0 commit comments

Comments
 (0)