Skip to content

Commit

Permalink
chore(bridge): update types
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisloh95 committed Jun 6, 2024
1 parent 80ef079 commit 9b6fecd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions apps/bridge/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ export default function RootLayout({
<Providers>
<PageWrapper
siteBackroundImage={
<PageBackroundImage
imgSrc={bridgeBG}
altDesc="Bridge Background Image"
/>
(
<PageBackroundImage
imgSrc={bridgeBG}
altDesc="Bridge Background Image"
/>
) as React.ReactNode
}
header={<Nav />}
className="min-h-screen justify-between"
Expand Down

0 comments on commit 9b6fecd

Please sign in to comment.