Skip to content

Commit

Permalink
styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bl20052005 committed Nov 1, 2024
1 parent c9e24bc commit 0793417
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/site/src/app/schedule/DayTwo/DayTwo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ const DayTwo: React.FC<DayTwoProps> = ({ schedule, time }) => {
<Image src={Map2} alt="zothacks-map" className={styles.map2} />
<div className={styles.mapPath}>
<Image src={Path} alt="zothacks-path" className={styles.pathImage} />
<Image src={MobilePath} alt="zothacks-path" className={styles.mobilePath} />
<Image
src={MobilePath}
alt="zothacks-path"
className={styles.mobilePath}
/>
{schedule.map((event, i) => (
<EventCircle
key={event._id}
Expand Down

0 comments on commit 0793417

Please sign in to comment.