We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f023b commit 3204d56Copy full SHA for 3204d56
1 file changed
app/about/page.tsx
@@ -17,13 +17,6 @@ export default function AboutPage() {
17
</Link>
18
19
<div className="flex items-center gap-4 md:gap-6 text-slate-400">
20
- <Link
21
- href="/#products"
22
- className="hover:text-green-400 transition-colors"
23
- aria-label="Applications"
24
- >
25
- <LayoutGrid className="w-5 h-5" />
26
- </Link>
27
<Link
28
href="https://github.com/CodeFXR/codefxr.github.io"
29
target="_blank"
0 commit comments