Skip to content

Commit

Permalink
Added Home tooltip to Public Lab link in navbar (publiclab#8504)
Browse files Browse the repository at this point in the history
  • Loading branch information
dldisha authored and Piyush Swain committed Oct 22, 2020
1 parent 5d85f48 commit fbb0b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<nav id="header" class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<!-- ||| menu, displayed for mobile: -->
<a class="navbar-brand ml-lg-5" id="brand" href="<%= root_path %>">Public Lab</a>
<a data-toggle="tooltip" title="Home" data-placement="bottom" class="navbar-brand ml-lg-5" id="brand" href="<%= root_path %>">Public Lab</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#header-navbar-collapse">
<span class="fa fa-bars fa-white"></span>
</button>
Expand Down

0 comments on commit fbb0b56

Please sign in to comment.