From 04d08a42659c6c782e675a8e5e77c19664c30d94 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Thu, 30 Oct 2025 14:34:34 +0100 Subject: [PATCH] feat: update docs button text for improved UI clarity - Shortened "Read Docs" button text to "Docs" for cleaner, more concise presentation in the CallToAction component - Maintains same button styling and positioning while reducing visual clutter --- src/pages/home/CallToAction.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home/CallToAction.tsx b/src/pages/home/CallToAction.tsx index 106d4a5..8a8722a 100644 --- a/src/pages/home/CallToAction.tsx +++ b/src/pages/home/CallToAction.tsx @@ -33,7 +33,7 @@ export function CallToAction() { variant="outline" color="white" > - Read Docs + Docs