update UMBE #203

Merged
UMBENOMENA merged 14 commits from main into UMBE 2024-12-10 18:30:54 +00:00
Showing only changes of commit 51e0410ae2 - Show all commits

View File

@@ -45,16 +45,17 @@ const { title } = Astro.props;
">
<SidebarLeft />
<article class="box rounded-tl-none">
<slot />
</article>
<SidebarRight />
</main>
<Footer />
<NotificationWrapper client:load />
</body>
</html>