File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,13 @@ export default function GetStarted() {
1616 </ Link >
1717
1818 < div className = "flex items-center gap-4 md:gap-6 text-slate-400" >
19- < Link href = "/#products" className = "hover:text-green-400 transition-colors" aria-label = "Applications" >
20- < LayoutGrid className = "w-5 h-5" />
21- </ Link >
22- < Link href = "https://github.com/CodeFXR/codefxr.github.io" target = "_blank" rel = "noopener noreferrer" className = "hover:text-white transition-colors" aria-label = "GitHub Repository" >
19+ < Link
20+ href = "https://github.com/CodeFXR/codefxr.github.io"
21+ target = "_blank"
22+ rel = "noopener noreferrer"
23+ className = "hover:text-white transition-colors"
24+ aria-label = "GitHub Repository"
25+ >
2326 < Github className = "w-5 h-5" />
2427 </ Link >
2528 </ div >
You can’t perform that action at this time.
0 commit comments