fix feature flex for social proof

This commit is contained in:
MarconLP 2023-07-09 16:30:55 +02:00
parent 8bb788cd0f
commit 1647d91fc5
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -100,7 +100,7 @@ const Home: NextPage = () => {
<div
className={`flex w-full items-center justify-center border-t pt-6 ${
socialProofEnabled ? "flex" : "flex"
socialProofEnabled ? "flex" : "hidden"
}`}
>
<div className="flex max-w-7xl flex-1 flex-col items-center justify-between gap-y-10 py-4 lg:h-[140px] lg:flex-row">