Skip to content

Commit

Permalink
Update [id].tsx
Browse files Browse the repository at this point in the history
Add switch for manual HTML-hero
  • Loading branch information
joyponader authored Jul 10, 2024
1 parent 8359fd3 commit 3c2b6ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ const PageWithSections = ({ page }: PageProps): ReactElement => {
}
return (
<section>
{(page === "test-balken") && (
<div>Hello World!</div>)}
{page.hasHero && page.heroImage && (
<Hero
heroTitle={page.heroTitle}
Expand Down

0 comments on commit 3c2b6ea

Please sign in to comment.