chore: add mention of tos, add hover effect, bump

This commit is contained in:
Aidan 2025-04-23 15:40:15 -04:00
parent a2c8de9acf
commit 3ecbf0b2c5
2 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ export default async function Login() {
</form> </form>
</CardContent> </CardContent>
<CardFooter className="justify-center"> <CardFooter className="justify-center">
<p className="text-sm text-muted-foreground -mt-3">By continuing, you agree to our <Link href="/legal/privacy" className="underline">Privacy Policy</Link>.</p> <p className="text-xs text-muted-foreground -mt-3">By continuing, you agree to our <Link href="/legal/privacy" className="underline hover:text-primary transition-all">Privacy Policy</Link> and <Link href="/legal/terms" className="underline hover:text-primary transition-all">Terms of Service</Link>.</p>
</CardFooter> </CardFooter>
</Card> </Card>
</div> </div>

View File

@ -34,12 +34,12 @@
"cmdk": "1.0.0", "cmdk": "1.0.0",
"cookies-next": "^5.1.0", "cookies-next": "^5.1.0",
"fast-xml-parser": "^5.2.1", "fast-xml-parser": "^5.2.1",
"framer-motion": "^12.7.4", "framer-motion": "^12.8.0",
"geist": "^1.3.1", "geist": "^1.3.1",
"input-otp": "^1.4.2", "input-otp": "^1.4.2",
"js-cookie": "^3.0.5", "js-cookie": "^3.0.5",
"lucide-react": "^0.487.0", "lucide-react": "^0.487.0",
"motion": "^12.7.4", "motion": "^12.8.0",
"next": "^15.3.1", "next": "^15.3.1",
"next-auth": "^5.0.0-beta.26", "next-auth": "^5.0.0-beta.26",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",