From 1de47f3fb882cb53bca2bdf78d2951b49caab804 Mon Sep 17 00:00:00 2001 From: iMax Date: Fri, 6 Dec 2024 03:51:26 +0100 Subject: [PATCH 1/4] Hot fix --- front/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/package.json b/front/package.json index e104d46..36a46cd 100644 --- a/front/package.json +++ b/front/package.json @@ -16,7 +16,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-router": "^7.0.2", - "react-router-dom": "^6.2.1" + "react-router-dom": "^6.2.1", "three": "^0.171.0", "three-stdlib": "^2.34.0" }, From 71a829e7266de753fbcafb630a0bf929cf341715 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 6 Dec 2024 04:06:07 +0100 Subject: [PATCH 2/4] Edit hero banner --- front/src/components/ArticlesSection.tsx | 2 +- front/src/components/FstSection.tsx | 5 +++-- front/src/pages/MainPage.tsx | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/front/src/components/ArticlesSection.tsx b/front/src/components/ArticlesSection.tsx index a7b5df2..fdcca0b 100644 --- a/front/src/components/ArticlesSection.tsx +++ b/front/src/components/ArticlesSection.tsx @@ -17,7 +17,7 @@ export default function ArticlesSection() { }, []); return ( -

{centertxt}


-
) diff --git a/front/src/pages/MainPage.tsx b/front/src/pages/MainPage.tsx index a64aeef..e371366 100644 --- a/front/src/pages/MainPage.tsx +++ b/front/src/pages/MainPage.tsx @@ -7,9 +7,9 @@ export default function MainPage() { <>