Files
blog-astro/src/typography/Heading.astro
T
Avraham Sakal a116090136 begin
2024-12-15 19:51:00 -05:00

5 lines
69 B
Plaintext

---
---
<h1 class="text-4xl font-bold text-brand-1">
<slot />
</h1>