nav tweaks
This commit is contained in:
@@ -28,11 +28,6 @@ export default function Nav() {
|
||||
<nav className={`${navBase} ${navStyle}`} aria-label="Main navigation">
|
||||
<div className="w-full max-w-5xl mx-auto px-6 flex items-center justify-between gap-8">
|
||||
<a href="#" className="flex items-center gap-2.5 group" aria-label="William March">
|
||||
<svg width="26" height="26" viewBox="0 0 26 26" fill="none" aria-hidden="true">
|
||||
<rect width="26" height="26" rx="5" fill="rgba(255,255,255,0.9)"/>
|
||||
<path d="M4 7.5L9 19L13 9.5L17 19L22 7.5"
|
||||
stroke="#070707" strokeWidth="2.2" strokeLinecap="round" strokeLinejoin="round"/>
|
||||
</svg>
|
||||
<span className="text-sm font-semibold text-white/80 group-hover:text-white transition-colors duration-150 tracking-tight">
|
||||
William March
|
||||
</span>
|
||||
@@ -59,7 +54,7 @@ export default function Nav() {
|
||||
<path d="M15 22v-4a4.8 4.8 0 0 0-1-3.2c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"/>
|
||||
<path d="M9 18c-4.51 2-5-2-7-2"/>
|
||||
</svg>
|
||||
gitea
|
||||
Git Repo
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user