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 10, 2024
1 parent 3c2b6ea commit d8ac9d5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pages/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ const PageWithSections = ({ page }: PageProps): ReactElement => {
}
return (
<section>
{(page === "test-balken") && (
<div>Hello World!</div>)}
{page === 'test-balken' && (
<div>
Hello World!
</div>
)}
{page.hasHero && page.heroImage && (
<Hero
heroTitle={page.heroTitle}
Expand Down

0 comments on commit d8ac9d5

Please sign in to comment.