We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40706c8 commit 970785eCopy full SHA for 970785e
1 file changed
src/components/Header.astro
@@ -4,7 +4,7 @@
4
<header class="fixed w-full top-0 z-50 transition-all duration-300 backdrop-blur-md bg-blog-code-bg/70 border-b border-blog-border/50">
5
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 h-16 flex items-center justify-between">
6
<a href="/" class="text-xl font-bold bg-clip-text text-blog-text flip-animate">
7
- Kyle Undefined<span data-hover=".dev">.dev</span>
+ KyleUndefined<span data-hover=".dev">.dev</span>
8
</a>
9
10
<nav class="sm:flex gap-6">
0 commit comments