From 588cdd75323dfefafb266bad34e983406293887b Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 14:33:13 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in 979b023 according to the output from Prettier. Details: None --- src/components/Sections/Features.tsx | 28 ++++++++++++++-------------- src/pages/index.tsx | 28 ++++++++++++++-------------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/components/Sections/Features.tsx b/src/components/Sections/Features.tsx index dc136be..5c7b65c 100644 --- a/src/components/Sections/Features.tsx +++ b/src/components/Sections/Features.tsx @@ -1,18 +1,18 @@ const Features = () => { - return ( -
-
-
-

Why Careersync Stands Out

-
-
-
-
-
-
-
-
- ); + return ( +
+
+
+

Why Careersync Stands Out

+
+
+
+
+
+
+
+
+ ); }; export default Features; diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 98151f0..972f990 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -4,18 +4,18 @@ import Hero from "@/components/Sections/Hero"; import Head from "next/head"; export default function Home() { - return ( - <> - - Career Sync - - - -
- - - -
- - ); + return ( + <> + + Career Sync + + + +
+ + + +
+ + ); }