Skip to content

Commit c1434f1

Browse files
Merge pull request #272 from jonathanhefner/logo-fix-alt-text
Drop "logo" from logo image alt text
2 parents 7c8e9f6 + 0deb9e6 commit c1434f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc/generator/template/rails/_panel.rhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<nav class="panel panel_tree" id="panel" data-turbo-permanent>
55
<div class="logo">
66
<a href="/">
7-
<img width="300" src="/i/logo.svg" alt="Ruby on Rails logo">
7+
<img width="300" src="/i/logo.svg" alt="<%= project_name %>">
88
</a>
99
</div>
1010
<div class="header">

0 commit comments

Comments
 (0)