Skip to content

Commit

Permalink
Update [id].tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
joyponader authored Jul 12, 2024
1 parent 5d53af2 commit aef322e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pages/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ const PageWithSections = ({ page }: PageProps): ReactElement => {
return (
<section>
{page.slug === 'sammeln' && (
return <Widget id="01J2ECV3JHPMCP07N5RHFTSGBP" style={{ width: '50%' }} className="my-form" />
<Widget
id="01J2ECV3JHPMCP07N5RHFTSGBP"
style={{ width: "50%" }}
className="my-form"
/>
)}
{page.hasHero && (page.heroImage || page.heroHTML) && (
<Hero
Expand Down

0 comments on commit aef322e

Please sign in to comment.