Fix fake links
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user