From 3c838d62283eb6934feca7c9e828eb17f211b5f9 Mon Sep 17 00:00:00 2001 From: rebeccahongsf Date: Mon, 21 Oct 2024 21:51:44 -0700 Subject: [PATCH] fixup formatting --- app/components/FeatureHero/FeatureHero.tsx | 56 +++++++++++----------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/app/components/FeatureHero/FeatureHero.tsx b/app/components/FeatureHero/FeatureHero.tsx index abb4030..ff1fa80 100644 --- a/app/components/FeatureHero/FeatureHero.tsx +++ b/app/components/FeatureHero/FeatureHero.tsx @@ -1,4 +1,4 @@ -"use client" +'use client' import { HTMLAttributes } from 'react'; import { Container } from '../Container'; @@ -6,7 +6,7 @@ import { FlexBox } from '../FlexBox'; // import * as styles from './FeatureHero.styles'; import Image from 'next/image'; import ShapeA from '../images/shape-a'; -import { motion, useScroll, useTransform } from "framer-motion"; +import { motion, useScroll, useTransform } from 'framer-motion'; type FeatureHeroProps = HTMLAttributes & { children: React.ReactNode; @@ -23,30 +23,30 @@ export const FeatureHero = ({ return ( - - {children} - -
- - -
- - -
- -
-
- + + {children} + +
+ + +
+ + +
+ +
+
+ )};