From 18f85ccc4c56bb26afc96c829456c61c494aa4fd Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Thu, 30 Nov 2023 09:47:23 +0100 Subject: [PATCH] fix "View the Docs" button style --- packages/website/src/components/DocsCta.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/website/src/components/DocsCta.astro b/packages/website/src/components/DocsCta.astro index 28604aae..6ca5ecc2 100644 --- a/packages/website/src/components/DocsCta.astro +++ b/packages/website/src/components/DocsCta.astro @@ -16,5 +16,7 @@ import ButtonLink from './ButtonLink.astro'

Ready for the deep dive?

- View the Docs +
+ View the Docs +
\ No newline at end of file