Layout

The <HomeLayout/> is used on every page to render the nav, footer and children. It's also used to set the Google font.

<HomeLayout>
...children
</HomeLayout>

Props

Prop
Description
Required

transparent

passed to the nav to remove the background

optional

boolean

Last updated