Add heading component

This commit is contained in:
Sam Carlton 2022-04-27 14:29:02 -05:00
parent 31d16a1788
commit cd3b3f13a2

View file

@ -0,0 +1,9 @@
---
const {
text
} = Astro.props
---
<h2 class="section-heading text-xl md:text-2xl text-center font-bold mb-3">
{ text }
</h2>