We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53dc17d commit 1925fafCopy full SHA for 1925faf
app/get-started/page.tsx
@@ -145,7 +145,7 @@ export default function GetStarted() {
145
<div className="relative z-10 flex flex-col h-full w-full">
146
<div>
147
<h2 className="text-2xl font-bold text-white mb-2">Synapxis</h2>
148
- <span className="inline-block px-2 py-1 rounded bg-teal-500/10 text-teal-400 text-xs border border-teal-500/20 mb-6">v1.0 Stable</span>
+ <span className="inline-block px-2 py-1 rounded bg-orange-500/10 text-orange-400 text-xs border border-orange-500/20 mb-6">v1.0 Stable</span>
149
</div>
150
<div className="flex-1"></div>
151
<div className="mt-auto">
0 commit comments