1 parent 1925faf commit 9be80eaCopy full SHA for 9be80ea
1 file changed
app/get-started/page.tsx
@@ -16,10 +16,13 @@ export default function GetStarted() {
16
</Link>
17
18
<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">
+ <Link
+ href="https://github.com/CodeFXR/codefxr.github.io"
+ target="_blank"
+ rel="noopener noreferrer"
23
+ className="hover:text-white transition-colors"
24
+ aria-label="GitHub Repository"
25
+ >
26
<Github className="w-5 h-5" />
27
28
</div>
0 commit comments