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