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 0f26949 commit 2f84230Copy full SHA for 2f84230
src/components/Contributors/contributors.jsx
@@ -14,7 +14,7 @@ function Contribute() {
14
const response = await fetch(url);
15
const users = await response.json();
16
setData(users)
17
- setLoading(true)
+ setLoading(false)
18
}
19
fetchUsers(url)
20
}, [data.length])
@@ -47,7 +47,7 @@ function Contribute() {
47
)
48
) : (
49
<div className='translate-y-[4rem]'>
50
- <img src="/public/assets/run.gif"
+ <img src="../../../public/assets/run.gif"
51
className='w-1/2 mx-auto'
52
alt="Running Gif" />
53
<h1 className='text-center md:text-2xl text-white'>Contributors coming...</h1>
0 commit comments