We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdef72c commit c6b68b5Copy full SHA for c6b68b5
1 file changed
src/components/Contributors/contributors.jsx
@@ -46,9 +46,11 @@ function Contribute() {
46
</div>
47
)
48
) : (
49
- <div>
50
- <img src="public/assets/run.gif" alt="" />
51
- <h1 className='text-center text-2xl text-white'>Something is Wrong</h1>
+ <div className='translate-y-[4rem]'>
+ <img src="public/assets/run.gif"
+ className='w-1/2 mx-auto'
52
+ alt="Running Gif" />
53
+ <h1 className='text-center md:text-2xl text-white'>Contributors coming...</h1>
54
55
56
}
0 commit comments