From 3ecbf0b2c5e2628b31689683859e184b1d9a2610 Mon Sep 17 00:00:00 2001 From: Aidan Date: Wed, 23 Apr 2025 15:40:15 -0400 Subject: [PATCH] chore: add mention of tos, add hover effect, bump --- app/account/login/page.tsx | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/account/login/page.tsx b/app/account/login/page.tsx index 9937aa5..5412d5c 100644 --- a/app/account/login/page.tsx +++ b/app/account/login/page.tsx @@ -69,7 +69,7 @@ export default async function Login() { -

By continuing, you agree to our Privacy Policy.

+

By continuing, you agree to our Privacy Policy and Terms of Service.

diff --git a/package.json b/package.json index 729e23f..c5d7a24 100644 --- a/package.json +++ b/package.json @@ -34,12 +34,12 @@ "cmdk": "1.0.0", "cookies-next": "^5.1.0", "fast-xml-parser": "^5.2.1", - "framer-motion": "^12.7.4", + "framer-motion": "^12.8.0", "geist": "^1.3.1", "input-otp": "^1.4.2", "js-cookie": "^3.0.5", "lucide-react": "^0.487.0", - "motion": "^12.7.4", + "motion": "^12.8.0", "next": "^15.3.1", "next-auth": "^5.0.0-beta.26", "next-themes": "^0.4.6",