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 ( -