feat: add alt to heading image

This commit is contained in:
Guz
2024-12-17 11:25:38 -03:00
parent 49155ad387
commit 8763530a9a

View File

@@ -50,6 +50,7 @@ templ (p *Home) page() {
<img
class="absolute z-1 top-0 left-0 -translate-x-15% h-100% md:relative md:h-70% md:translate-x-0 md:rounded-xl"
src={ fmt.Sprintf("/assets/img/%d.png", rand.IntN(4-1)+1) }
alt="a beatiful drawing"
/>
</div>
</header>