Skip to content

Commit 71f023b

Browse files
committed
updated docs text
1 parent 9be80ea commit 71f023b

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

app/docs/layout.tsx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,13 @@ export default function DocsLayout({ children }: { children: React.ReactNode })
3636
</Link>
3737

3838
<div className="flex items-center gap-4 md:gap-6 text-slate-400">
39-
<Link href="/#products" className="hover:text-green-400 transition-colors" aria-label="Applications">
40-
<LayoutGrid className="w-5 h-5" />
41-
</Link>
42-
<Link href="https://github.com/CodeFXR/codefxr.github.io" target="_blank" rel="noopener noreferrer" className="hover:text-white transition-colors" aria-label="GitHub Repository">
39+
<Link
40+
href="https://github.com/CodeFXR/codefxr.github.io"
41+
target="_blank"
42+
rel="noopener noreferrer"
43+
className="hover:text-white transition-colors"
44+
aria-label="GitHub Repository"
45+
>
4346
<Github className="w-5 h-5" />
4447
</Link>
4548
</div>

app/docs/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function DocsHome() {
4848

4949
{/* 5. Synapxis */}
5050
<Link href="/docs/synapxis" className="block p-6 bg-slate-900/30 border border-slate-800 rounded-xl hover:bg-slate-900 hover:border-orange-500/50 hover:shadow-[0_0_20px_-5px_rgba(245,158,11,0.15)] transition-all group hover:-translate-y-1">
51-
<span className="inline-block px-2 py-1 rounded bg-teal-500/10 text-teal-400 text-[10px] uppercase font-bold border border-teal-500/20 mb-3">v1.0 Stable</span>
51+
<span className="inline-block px-2 py-1 rounded bg-orange-500/10 text-orange-400 text-[10px] uppercase font-bold border border-orange-500/20 mb-3">v1.0 Stable</span>
5252
<h3 className="text-lg font-bold text-slate-200 group-hover:text-orange-400 transition-colors mb-2">Synapxis</h3>
5353
<p className="text-sm text-slate-500">Knowledge graph</p>
5454
</Link>

0 commit comments

Comments
 (0)