From 5b0c3c16802439b2f393f723ba8768cf8c9d8b4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Eduardo=20Jer=C3=A9z=20Gir=C3=B3n?= Date: Tue, 23 Jul 2024 00:44:34 -0600 Subject: [PATCH] Update logotype alt text to "PG Back Web" --- internal/view/web/component/logotype.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/view/web/component/logotype.go b/internal/view/web/component/logotype.go index c2b5550..aa4e27f 100644 --- a/internal/view/web/component/logotype.go +++ b/internal/view/web/component/logotype.go @@ -15,6 +15,7 @@ func Logotype() gomponents.Node { html.Img( html.Class("w-[60px] h-auto"), html.Src("/images/logo.png"), + html.Alt("PG Back Web"), ), html.Span( html.Class("text-2xl font-bold"),