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