Skip to content

Commit

Permalink
fixing wave image path on olympiks page
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurikam2003 committed Aug 28, 2024
1 parent 5db8b2d commit 5062407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/FroshOlympiks/FroshOlympiks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const OlympiksSchedule = () => {
<ScheduleComponent />
</div>
<img
src="/src/assets/misc/wave-reverse.png"
src="../../assets/misc/wave-reverse.png"
className="wave-image home-page-bottom-wave-image"
alt="wave-img"
></img>
Expand Down

0 comments on commit 5062407

Please sign in to comment.