Skip to content

Commit

Permalink
fix: schedule added
Browse files Browse the repository at this point in the history
  • Loading branch information
1010varun committed Apr 15, 2024
1 parent eca1ec5 commit f041822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Schedule/schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ const Schedule = () => {

<div className="image-container">
<img
src="https://s3.ap-south-1.amazonaws.com/innohacks3.0/Copy+of+Copy+of+Innohacks+3.0+brochure+(5).png"
src="https://s3.ap-south-1.amazonaws.com/innohacks3.0/mobile_schedule.png"
alt=""
className="mobile-image"
data-aos="fade-right"
/>
<img
src="https://s3.ap-south-1.amazonaws.com/innohacks3.0/Copy+of+Copy+of+Innohacks+3.0+brochure+(4).png"
src="https://s3.ap-south-1.amazonaws.com/innohacks3.0/schedule.png"
alt=""
className="laptop-image"
data-aos="fade-right"
Expand Down

0 comments on commit f041822

Please sign in to comment.