From 111baacf47166dca27fac6003907fae3f82cd85b Mon Sep 17 00:00:00 2001 From: Ulle9 Date: Mon, 28 Aug 2023 21:58:39 +0300 Subject: [PATCH] UI changes --- .../src/components/Common/TextURL.tsx | 2 +- rsconcept/frontend/src/components/Footer.tsx | 19 +++++++++---------- .../frontend/src/components/Help/HelpMain.tsx | 14 +++++++------- rsconcept/frontend/src/index.css | 4 ++-- .../src/pages/ManualsPage/TopicsList.tsx | 4 ++-- rsconcept/frontend/src/utils/color.ts | 10 +++++----- 6 files changed, 26 insertions(+), 27 deletions(-) diff --git a/rsconcept/frontend/src/components/Common/TextURL.tsx b/rsconcept/frontend/src/components/Common/TextURL.tsx index c17bd75a..abcfd4f3 100644 --- a/rsconcept/frontend/src/components/Common/TextURL.tsx +++ b/rsconcept/frontend/src/components/Common/TextURL.tsx @@ -7,7 +7,7 @@ interface TextURLProps { function TextURL({ text, href }: TextURLProps) { return ( - + {text} ); diff --git a/rsconcept/frontend/src/components/Footer.tsx b/rsconcept/frontend/src/components/Footer.tsx index feffc5e2..1f2c2881 100644 --- a/rsconcept/frontend/src/components/Footer.tsx +++ b/rsconcept/frontend/src/components/Footer.tsx @@ -4,20 +4,19 @@ import { urls } from '../utils/constants'; function Footer() { return ( -