diff --git a/app/components/auth.tsx b/app/components/auth.tsx index 5375bda3f..d254decdf 100644 --- a/app/components/auth.tsx +++ b/app/components/auth.tsx @@ -27,10 +27,6 @@ export function AuthPage() { const accessStore = useAccessStore(); const goHome = () => navigate(Path.Home); const goChat = () => navigate(Path.Chat); - const goSaas = () => { - trackAuthorizationPageButtonToCPaymentClick(); - window.location.href = SAAS_CHAT_URL; - }; const resetAccessCode = () => { accessStore.update((access) => { @@ -165,22 +161,6 @@ function TopBanner() { onMouseEnter={handleMouseEnter} onMouseLeave={handleMouseLeave} > -