minor: add The prefix

This commit is contained in:
2025-09-18 13:10:39 -04:00
parent f49c76a642
commit 2a70cf5533
5 changed files with 4 additions and 4 deletions

View File

@@ -8,16 +8,16 @@ watch(height, (h) => {
<template> <template>
<div> <div>
<SiteHeaderTop /> <TheSiteHeaderTop />
<SiteHeader /> <TheSiteHeader />
<div class="relative z-main bg-white border-b border-muted mb-[var(--footer-bottom-height)]"> <div class="relative z-main bg-white border-b border-muted mb-[var(--footer-bottom-height)]">
<UMain> <UMain>
<slot /> <slot />
</UMain> </UMain>
<SiteFooter /> <TheSiteFooter />
</div> </div>
<div ref="refSiteFooterBottom" class="fixed bottom-0 w-full bg-muted"> <div ref="refSiteFooterBottom" class="fixed bottom-0 w-full bg-muted">
<SiteFooterBottom /> <TheSiteFooterBottom />
</div> </div>
</div> </div>
</template> </template>