fix the alt text in the conference logo

This commit is contained in:
Michael Ball 2021-02-23 18:47:27 -08:00
parent 2dc3950cb0
commit 2573dbee44
3 changed files with 3 additions and 3 deletions

View file

@ -192,7 +192,7 @@ module ApplicationHelper
def nav_root_link_for(conference = nil)
path = conference&.id.present? ? conference_path(conference) : root_path
link_to(
image_tag('snapcon_logo.png'),
image_tag('snapcon_logo.png', alt: nav_link_text(conference)),
path,
class: 'navbar-brand',
title: nav_link_text(conference)