Remove link from Learn more

This commit is contained in:
prototypa
2022-08-17 23:00:52 -04:00
parent 7570c4f45a
commit 3053511f86

View File

@ -40,7 +40,7 @@ const {} = Astro.props;
<div> <div>
<a <a
class="btn text-white bg-gray-900 hover:bg-gray-800 dark:bg-gray-700 dark:hover:bg-gray-800 ml-4" class="btn text-white bg-gray-900 hover:bg-gray-800 dark:bg-gray-700 dark:hover:bg-gray-800 ml-4"
href="/blog/" href="#"
>Learn more >Learn more
</a> </a>
</div> </div>