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> <div>
<a <a
class="btn text-white bg-blue-600 hover:bg-blue-700 mb-4 sm:mb-0" class="btn text-white bg-blue-600 hover:bg-blue-700 mb-4 sm:mb-0"
href="#0" href="#"
>Get started >Get started
</a> </a>
</div> </div>
<div> <div>
<a <a
class="btn text-white bg-gray-900 hover:bg-gray-800 dark:bg-gray-800 dark:hover:bg-gray-700 ml-4" 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 >Learn more
</a> </a>
</div> </div>