Skip to content

Commit b15bb53

Browse files
committed
Use Commit 451 logo in LabCoat page navbar
1 parent 1e6b9e1 commit b15bb53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Navbar.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ const hoverBorder = isAccent ? 'hover:border-brand-accent' : 'hover:border-brand
1717
<nav class="fixed top-0 left-0 right-0 z-50 border-b border-dark-700/50 bg-dark-950/80 backdrop-blur-md" aria-label="Main navigation">
1818
<div class="mx-auto max-w-6xl px-6 py-4 flex items-center justify-between">
1919
{variant === 'labcoat' ? (
20-
<a href="/labcoat/" class="flex items-center gap-3 group">
21-
<img src="/images/labcoat_icon.png" alt="LabCoat icon" width="36" height="36" class="rounded-lg transition-transform group-hover:scale-105">
22-
<span class="font-arcane text-lg text-white group-hover:text-brand-accent transition-colors">LabCoat</span>
20+
<a href="/" class="flex items-center gap-3 group">
21+
<img src="/images/logo-v2.svg" alt="Commit 451 logo" width="36" height="36" class="transition-transform group-hover:scale-105">
22+
<span class="font-arcane text-lg text-white group-hover:text-brand-accent transition-colors">Commit 451</span>
2323
</a>
2424
) : variant === 'blog' ? (
2525
<a href="/" class="flex items-center gap-3 group">

0 commit comments

Comments
 (0)