Skip to content

Commit

Permalink
adding the missing href to the astro guide
Browse files Browse the repository at this point in the history
  • Loading branch information
software-person committed Dec 8, 2023
1 parent f1e8bc5 commit 081e20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TemplateList.astro
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</a>


<a href="" class="py-6 flex items-center justify-between border-b border-white/20">
<a href="/blog/launch-astro-site/" class="py-6 flex items-center justify-between border-b border-white/20">
<div>
<h2 class="">Static Site with Astro</h2>
</div>
Expand Down

0 comments on commit 081e20b

Please sign in to comment.