Skip to content

Commit c6b68b5

Browse files
committed
loading text changed
1 parent fdef72c commit c6b68b5

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/components/Contributors/contributors.jsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ function Contribute() {
4646
</div>
4747
)
4848
) : (
49-
<div>
50-
<img src="public/assets/run.gif" alt="" />
51-
<h1 className='text-center text-2xl text-white'>Something is Wrong</h1>
49+
<div className='translate-y-[4rem]'>
50+
<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>
5254
</div>
5355
)
5456
}

0 commit comments

Comments
 (0)