Skip to content

Commit ac2547e

Browse files
committed
Remove Releases link from LabCoat navbar
1 parent b15bb53 commit ac2547e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Navbar.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ const hoverBorder = isAccent ? 'hover:border-brand-accent' : 'hover:border-brand
3636
{variant === 'labcoat' ? (
3737
<div class="hidden sm:flex items-center gap-8 text-sm font-medium">
3838
<a href="#features" class={`text-gray-400 ${hoverColor} transition-colors`}>Features</a>
39-
<a href="https://gitlab.com/Commit451/LabCoat/-/releases" target="_blank" rel="noopener noreferrer" class={`text-gray-400 ${hoverColor} transition-colors`}>Releases</a>
4039
<a href="https://gitlab.com/Commit451/LabCoat" target="_blank" rel="noopener noreferrer" class={`text-gray-400 ${hoverColor} transition-colors`}>Source</a>
4140
<a href="https://play.google.com/store/apps/details?id=com.commit451.gitlab" target="_blank" rel="noopener noreferrer" class={`rounded-lg border ${borderColor} px-4 py-2 ${activeColor} ${hoverBg} transition-all`}>Get the App</a>
4241
</div>
@@ -67,7 +66,6 @@ const hoverBorder = isAccent ? 'hover:border-brand-accent' : 'hover:border-brand
6766
{variant === 'labcoat' ? (
6867
<>
6968
<a href="#features" class={`text-gray-400 ${hoverColor} transition-colors`}>Features</a>
70-
<a href="https://gitlab.com/Commit451/LabCoat/-/releases" target="_blank" rel="noopener noreferrer" class={`text-gray-400 ${hoverColor} transition-colors`}>Releases</a>
7169
<a href="https://gitlab.com/Commit451/LabCoat" target="_blank" rel="noopener noreferrer" class={`text-gray-400 ${hoverColor} transition-colors`}>Source</a>
7270
<a href="https://play.google.com/store/apps/details?id=com.commit451.gitlab" target="_blank" rel="noopener noreferrer" class={activeColor}>Get the App</a>
7371
</>

0 commit comments

Comments
 (0)