File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments