From d17771e707041e327057c4ff300e294f2c38cb01 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sun, 16 Mar 2025 20:39:09 +0000 Subject: [PATCH] title on login page --- .gitignore | 5 +++++ frontend/src/pages/login.tsx | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e427ff3..d0eb167 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ node_modules/ */node_modules/ */build/ + +**/node_modules/ +**/build/ +.DS_Store +.env \ No newline at end of file diff --git a/frontend/src/pages/login.tsx b/frontend/src/pages/login.tsx index fcbbd84..794848f 100644 --- a/frontend/src/pages/login.tsx +++ b/frontend/src/pages/login.tsx @@ -50,7 +50,7 @@ export default function Login() { remember: true, }); - const title = 'test'; + const title = 'welcome'; // Fetch Pexels image/video useEffect(() => { @@ -191,7 +191,7 @@ export default function Login() {
-

test

+

welcome