From 3783f6bd7f2bb17a65db4048d6898b0d38ad7c95 Mon Sep 17 00:00:00 2001 From: Breno Salvador <60396753+Brenosalv@users.noreply.github.com> Date: Wed, 17 Jul 2024 12:57:14 -0300 Subject: [PATCH] Brenosalv/feature/358-adjust-noreferrer-tags (#407) * Remove noreferrer from internal links * Align connector long/short description to the left for tablet and mobile devices --- src/components/Homepage/SectionFour/index.tsx | 6 +----- src/components/Homepage/SectionThree/Card.tsx | 2 +- src/components/Integration/styles.module.less | 5 +++++ 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/Homepage/SectionFour/index.tsx b/src/components/Homepage/SectionFour/index.tsx index e9c9d269..7f6fb780 100644 --- a/src/components/Homepage/SectionFour/index.tsx +++ b/src/components/Homepage/SectionFour/index.tsx @@ -39,11 +39,7 @@ const SectionFour = () => { - + View Connectors diff --git a/src/components/Homepage/SectionThree/Card.tsx b/src/components/Homepage/SectionThree/Card.tsx index d1e922fc..ce4859a5 100644 --- a/src/components/Homepage/SectionThree/Card.tsx +++ b/src/components/Homepage/SectionThree/Card.tsx @@ -17,7 +17,7 @@ const Card = ({ href, title, description, image }: CardProps) => {