Skip to content

Commit 9be80ea

Browse files
committed
update get-started
1 parent 1925faf commit 9be80ea

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

app/get-started/page.tsx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)