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
This commit is contained in:
2025-10-30 14:34:34 +01:00
parent 07f76639d2
commit 04d08a4265

View File

@@ -33,7 +33,7 @@ export function CallToAction() {
variant="outline"
color="white"
>
Read Docs
Docs
</Button>
</div>
</div>