fixed wrong props

This commit is contained in:
mr-shortman 2024-12-02 15:07:52 +01:00
parent 3fddffe722
commit e30251ef40

View File

@ -7,13 +7,7 @@ function Contact({ withoutMeCard }: { withoutMeCard?: boolean }) {
return ( return (
<div className="flex flex-col lg:flex-row gap-12 lg:gap-20 container "> <div className="flex flex-col lg:flex-row gap-12 lg:gap-20 container ">
{!withoutMeCard && ( {!withoutMeCard && (
<MeCard <MeCard className="mx-auto order-last lg:order-first lg:sticky lg:top-20" />
className="mx-auto order-last lg:order-first lg:sticky lg:top-20"
button={{
label: "Email Me",
link: `mailto:${process.env.NEXT_PUBLIC_EMAIL}`,
}}
/>
)} )}
<div className="w-full space-y-4 p-4"> <div className="w-full space-y-4 p-4">
<Heading subTitle="Let's Work" title="Together" /> <Heading subTitle="Let's Work" title="Together" />