Update to use new Render api instead of Outlet.

This commit is contained in:
Jesse Brault 2025-06-01 12:10:01 -05:00
parent 3130ff4c65
commit 89de181784

View File

@ -9,10 +9,10 @@ import com.jessebrault.site.icon.YoutubeIcon
<body>
<div class="header-banner-container">
<Header />
<Outlet children={[banner()]} />
<Render item={banner()} />
</div>
<main>
<Outlet children={mainChildren} />
<Render items={mainChildren} />
</main>
<footer>
<div class="social-icons">