Skip to content

Commit c5a2c1e

Browse files
authored
Merge pull request #58 from techulus/develop
Remove Zapier workflow embed from landing page
2 parents 6e0f2dc + f04db6c commit c5a2c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/components/marketing/features.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,15 @@ export default function Features() {
132132
</dl>
133133
</div>
134134

135-
<div className="mx-auto mt-16 max-w-7xl px-6 sm:mt-20 md:mt-24 lg:px-8">
135+
{/* <div className="mx-auto mt-16 max-w-7xl px-6 sm:mt-20 md:mt-24 lg:px-8">
136136
<zapier-workflow
137137
client-id="rnKv828fHE7sPhcZdGhwqWbIsJkOfhUEh2RAHQw4"
138138
theme="dark"
139139
intro-copy-display="show"
140140
guess-zap-display="show"
141141
zap-create-from-scratch-display="show"
142142
/>
143-
</div>
143+
</div> */}
144144
</div>
145145
);
146146
}

0 commit comments

Comments
 (0)