From 8d89cb6e702053affcf99d5691075b7cb334dfb1 Mon Sep 17 00:00:00 2001 From: valhize Date: Thu, 21 May 2026 04:44:56 +0700 Subject: [PATCH] fix: minor fixes --- app/components/login.tsx | 2 +- app/components/signup.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/login.tsx b/app/components/login.tsx index 7815674..d6e60c9 100644 --- a/app/components/login.tsx +++ b/app/components/login.tsx @@ -61,7 +61,7 @@ export default function Login() {

No account?{" "} - + Sign up

diff --git a/app/components/signup.tsx b/app/components/signup.tsx index 567a6db..0f91770 100644 --- a/app/components/signup.tsx +++ b/app/components/signup.tsx @@ -66,7 +66,7 @@ export default function Signup() {

Already have an account?{" "} - + Log in