From 907c2c871b32467dafe964663cd3a65aa0fb830a Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 3 Apr 2025 21:56:20 +0000 Subject: [PATCH] upd home page --- .gitignore | 5 +++++ frontend/src/pages/index.tsx | 2 +- frontend/src/pages/web_pages/home.tsx | 2 +- 3 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/index.tsx b/frontend/src/pages/index.tsx index 16abeec..bd28d84 100644 --- a/frontend/src/pages/index.tsx +++ b/frontend/src/pages/index.tsx @@ -130,7 +130,7 @@ export default function WebSite() {