mirror of
https://github.com/michaelrausch/michaelrausch-24.git
synced 2024-11-21 05:03:08 +00:00
Remove lab
This commit is contained in:
parent
f084ab4517
commit
8d0de4ac87
@ -31,9 +31,9 @@ import { SITE } from "@consts";
|
||||
<span>
|
||||
{`/`}
|
||||
</span>
|
||||
<Link href="/lab">
|
||||
<!-- <Link href="/lab">
|
||||
lab
|
||||
</Link>
|
||||
</Link> -->
|
||||
</nav>
|
||||
</div>
|
||||
</Container>
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user