From 20c72486aa1ba7a5ff1e84d8c499ad0453be55dd Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sun, 13 Apr 2025 21:53:37 +0000 Subject: [PATCH] first --- .gitignore | 5 +++++ frontend/src/pages/login.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 3a5c8c8..0dc6d6a 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 = 'Цудсщьу'; + const title = 'Добро пожаловать'; // Fetch Pexels image/video useEffect(() => {