Skip to content

Commit

Permalink
Minor change to DayTwo hacking end
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWearsHat committed Nov 1, 2024
1 parent 963b15f commit ea0a167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/src/app/schedule/DayTwo/DayTwo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const DayTwo: React.FC<DayTwoProps> = ({ schedule, time }) => {
{ top: "80.5%", left: "70%" },
{ top: "82.5%", left: "20%" },
{ top: "94%", left: "10%" },
{ top: "98.5%", left: windowWidth < 576 ? "82%" : "90%" },
{ top: "98.5%", left: windowWidth < 576 ? "79%" : "90%" },
];
return (
<>
Expand Down

0 comments on commit ea0a167

Please sign in to comment.