From c6bd5e3a9a3152a7d078e2d62eef4b884447c475 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Mon, 17 Mar 2025 23:26:23 +0000 Subject: [PATCH] Upd login page title --- .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 0c2d7e9..ce6dbbc 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 = 'test4'; + const title = 'Welcome'; // Fetch Pexels image/video useEffect(() => { @@ -191,7 +191,7 @@ export default function Login() {
-

test4

+

Welcome