Fix fake links

This commit is contained in:
prototypa
2022-08-10 19:31:57 -04:00
parent df30bc552a
commit 97e5d9aebd

View File

@ -31,14 +31,14 @@ const {} = Astro.props;
<div>
<a
class="btn text-white bg-blue-600 hover:bg-blue-700 mb-4 sm:mb-0"
href="#0"
href="#"
>Get started
</a>
</div>
<div>
<a
class="btn text-white bg-gray-900 hover:bg-gray-800 dark:bg-gray-800 dark:hover:bg-gray-700 ml-4"
href="#0"
href="#"
>Learn more
</a>
</div>