From eb31a685bcde8397f638cb57234b33b336420a4b Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Bajpai Date: Fri, 10 Jul 2026 00:42:07 +0530 Subject: [PATCH] fix: escape unescaped entities in docs page --- src/app/docs/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/docs/page.tsx b/src/app/docs/page.tsx index 4de18ab9..f3b29f50 100644 --- a/src/app/docs/page.tsx +++ b/src/app/docs/page.tsx @@ -215,7 +215,7 @@ export default function DocsPage() {

- There is a silent tax levied on every engineering team as they scale. It isn't paid in dollars, but in cycles. It is the insidious creeping slowness of the integration pipeline. What begins as a snappy, instantaneous feedback loop degenerates into a sluggish, fragile monster that demands constant feeding and watering by dedicated DevOps engineers. + There is a silent tax levied on every engineering team as they scale. It isn't paid in dollars, but in cycles. It is the insidious creeping slowness of the integration pipeline. What begins as a snappy, instantaneous feedback loop degenerates into a sluggish, fragile monster that demands constant feeding and watering by dedicated DevOps engineers.