From ea0a167b56efb7a0ac0118b19fcb110cf5ca389a Mon Sep 17 00:00:00 2001 From: IanWearsHat Date: Fri, 1 Nov 2024 00:51:39 -0700 Subject: [PATCH] Minor change to DayTwo hacking end --- apps/site/src/app/schedule/DayTwo/DayTwo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/src/app/schedule/DayTwo/DayTwo.tsx b/apps/site/src/app/schedule/DayTwo/DayTwo.tsx index c72f2cdc..0b2bab4b 100644 --- a/apps/site/src/app/schedule/DayTwo/DayTwo.tsx +++ b/apps/site/src/app/schedule/DayTwo/DayTwo.tsx @@ -47,7 +47,7 @@ const DayTwo: React.FC = ({ 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 ( <>