diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e9819979..e925da53 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -70,7 +70,6 @@ export function HomePage() { const enableCarouselView = usePreferencesStore( (state) => state.enableCarouselView, ); - const isMobile = window.innerWidth < 768; const handleClick = (path: To) => { window.scrollTo(0, 0); @@ -85,23 +84,8 @@ export function HomePage() { detailsModal.show(); }; - // const { loggedIn } = useAuth(); // Adjust padding for popup show button based on logged in state - return ( - {/* modal.show()} - className={` text-white tabbable rounded-full z-50 fixed top-5 ${ - loggedIn - ? "right-[7.5rem] lg:right-[12.5rem] lg:text-2xl" - : "right-[7.5rem] text-xl lg:text-lg" - }`} - style={{ animation: "pulse 1s infinite" }} - > - - READ - - */}