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>
<div>
<SiteHeaderTop />
<SiteHeader />
<TheSiteHeaderTop />
<TheSiteHeader />
<div class="relative z-main bg-white border-b border-muted mb-[var(--footer-bottom-height)]">
<UMain>
<slot />
</UMain>
<SiteFooter />
<TheSiteFooter />
</div>
<div ref="refSiteFooterBottom" class="fixed bottom-0 w-full bg-muted">
<SiteFooterBottom />
<TheSiteFooterBottom />
</div>
</div>
</template>