fix feature flex for social proof
This commit is contained in:
parent
8bb788cd0f
commit
1647d91fc5
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue