We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1756ac1 commit f250533Copy full SHA for f250533
1 file changed
frontend/src/app/(public)/docs/page.tsx
@@ -44,7 +44,7 @@ export default function DocsIndexPage() {
44
<div className="flex flex-col gap-6">
45
<div className="flex flex-col gap-1">
46
<h2 className="text-xl font-bold text-[#0A0A0A] tracking-tight">Integration Paths</h2>
47
- <p className="text-sm font-medium text-[#6B6B6B]">Select the architecture that fits your project's needs.</p>
+ <p className="text-sm font-medium text-[#6B6B6B]">Select the architecture that fits your project's needs.</p>
48
</div>
49
50
<div className="grid gap-6 sm:grid-cols-2 lg:grid-cols-3">
0 commit comments