From 7279798bd4fb32b60a51375b1392f088d0538c15 Mon Sep 17 00:00:00 2001 From: ramvignesh-b Date: Fri, 24 Apr 2026 23:55:03 +0530 Subject: [PATCH] refactor: update Registration form field labels and placeholders for improved UI consistency --- frontend/src/components/Logo.tsx | 4 ++-- frontend/src/pages/Login.tsx | 2 +- frontend/src/pages/Register.tsx | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/Logo.tsx b/frontend/src/components/Logo.tsx index d12fda9..672c2cb 100644 --- a/frontend/src/components/Logo.tsx +++ b/frontend/src/components/Logo.tsx @@ -9,13 +9,13 @@ export default function Logo() { className="inline-flex items-baseline justify-center leading-none select-none" style={{ fontFamily: "'Knewave', serif" }} > - Pi +  Pi - Ku +  Ku }
-

+

Sign in to

diff --git a/frontend/src/pages/Register.tsx b/frontend/src/pages/Register.tsx index ed1daf6..662b814 100644 --- a/frontend/src/pages/Register.tsx +++ b/frontend/src/pages/Register.tsx @@ -70,7 +70,7 @@ export default function Register() { return (
-

+

Create a Account

@@ -81,7 +81,7 @@ export default function Register() { )}