Remove lab

This commit is contained in:
Michael 2024-11-08 08:32:44 +00:00
parent f084ab4517
commit 8d0de4ac87
2 changed files with 3 additions and 3 deletions

View File

@ -31,9 +31,9 @@ import { SITE } from "@consts";
<span>
{`/`}
</span>
<Link href="/lab">
<!-- <Link href="/lab">
lab
</Link>
</Link> -->
</nav>
</div>
</Container>

View File

@ -17,4 +17,4 @@ const { href, external, underline = true, confetti, ...rest } = Astro.props;
class={cn("inline-block decoration-black/15 dark:decoration-white/30 hover:decoration-black/25 hover:dark:decoration-white/50 text-current hover:text-black hover:dark:text-white transition-colors duration-300 ease-in-out", underline && "underline underline-offset-2")}
{...rest}>
<slot/>
</a>
</a>