Skip to content

Commit

Permalink
navbar.html: Add empty alt to nav-logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaidap authored and timabbott committed Aug 23, 2017
1 parent bc61fae commit b881b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/zerver/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<nav class="header-main rightside-userlist" id="top_navbar">
<div class="column-left">
<a class="no-style brand" href="#">
<img src="/static/images/logo/zulip-icon-128x128.png" class="nav-logo no-drag"/>
<img src="/static/images/logo/zulip-icon-128x128.png" class="nav-logo no-drag" alt=""/>
<div class="company-name">
zulip
</div>
Expand Down

0 comments on commit b881b67

Please sign in to comment.