Skip to content

Commit 0f26949

Browse files
committed
img path fixed
1 parent eb28a94 commit 0f26949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Contributors/contributors.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)