From c39c08b238f2c89fa68135a1f6241525e74e8a03 Mon Sep 17 00:00:00 2001 From: carsonSgit <92652800+carsonSgit@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:48:38 -0400 Subject: [PATCH] format: Run prettier on codebase --- src/Components/Home/Hero/Hero.scss | 8 +++++++- src/Components/Home/Hero/Hero.tsx | 15 +++++++++++---- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/src/Components/Home/Hero/Hero.scss b/src/Components/Home/Hero/Hero.scss index fe8c4bc..09fae02 100644 --- a/src/Components/Home/Hero/Hero.scss +++ b/src/Components/Home/Hero/Hero.scss @@ -71,7 +71,13 @@ body { } .AnimatedText { - background: linear-gradient(90deg, $primary-color, $secondary-color, $tertiary-color, $quaternary-color); + background: linear-gradient( + 90deg, + $primary-color, + $secondary-color, + $tertiary-color, + $quaternary-color + ); background-size: 200% 200%; animation: gradientAnimation 5s ease infinite; -webkit-background-clip: text; diff --git a/src/Components/Home/Hero/Hero.tsx b/src/Components/Home/Hero/Hero.tsx index 02d9fa0..e4ec2db 100644 --- a/src/Components/Home/Hero/Hero.tsx +++ b/src/Components/Home/Hero/Hero.tsx @@ -66,20 +66,27 @@ const Hero: React.FC = () => { return (