Skip to content

Commit

Permalink
Merge pull request #26 from sshniro/enhancements
Browse files Browse the repository at this point in the history
Configuring zap icon to redirect to ZAP homepage
  • Loading branch information
psiinon authored Jan 20, 2020
2 parents 677d3eb + 4e61c51 commit b8a684a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/layouts/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ under the License.
</span>
</a>
<div class="toc-wrapper">
<%= image_tag "logo.png", class: 'logo' %>
<%= link_to(image_tag("logo.png", :title => "Click here to return to ZAP home page"), "/") %>
<% if language_tabs.any? %>
<div class="lang-selector">
<% language_tabs.each do |lang| %>
Expand Down

0 comments on commit b8a684a

Please sign in to comment.