From 0dfb55b5f80d9a443ff22173e6c7393f7083d257 Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell Date: Sun, 15 Sep 2024 11:14:47 +0930 Subject: [PATCH] Alt tags on images --- app/views/pubview/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/pubview/index.html.erb b/app/views/pubview/index.html.erb index 556c6bb..cf1adeb 100644 --- a/app/views/pubview/index.html.erb +++ b/app/views/pubview/index.html.erb @@ -1,6 +1,6 @@
<%= link_to root_path do %> - <%= image_tag "icon-512.png", class: "logo" %> + <%= image_tag "icon-512.png", class: "logo", alt: "Arelpe logo" %> <% end %>

mind reader

Aidan’s anti-capitalist posting and sharing project

-- 2.39.5