feat(site): update docs link (#308)

This commit is contained in:
Ayo Ayco 2023-11-11 20:34:10 +01:00 committed by GitHub
parent 591b4eafe6
commit 6298cadce2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ import Copynpm from '~/components/copynpm.astro';
class="mt-8 flex justify-center flex-col items-center astro-lg:flex-row astro-lg:justify-center"
>
<a
href="https://docs.astro-reactive.dev/en/api/form/form-component/"
href="https://astro-reactive-docs.netlify.app/en/api/form/form-component/"
class="flex items-center w-4/5 astro-md:w-1/2 justify-center bg-blue-500 hover:bg-blue-400 hover:text-white text-white font-bold py-2 px-4 border-b-4 border-blue-700 hover:border-blue-500 rounded transition-colors astro-lg:w-auto"
>
<span class="pr-2">Get Started</span>