Skip to content

Commit f250533

Browse files
committed
fix: fixed the linting error on the frontend
1 parent 1756ac1 commit f250533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/(public)/docs/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function DocsIndexPage() {
4444
<div className="flex flex-col gap-6">
4545
<div className="flex flex-col gap-1">
4646
<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>
47+
<p className="text-sm font-medium text-[#6B6B6B]">Select the architecture that fits your project&apos;s needs.</p>
4848
</div>
4949

5050
<div className="grid gap-6 sm:grid-cols-2 lg:grid-cols-3">

0 commit comments

Comments
 (0)