Skip to content

Commit

Permalink
Merge pull request #11998 from epwinchell/logo_cursor
Browse files Browse the repository at this point in the history
Removed superfluous hand pointed on brand logo
(cherry picked from commit 131f48c)

https://bugzilla.redhat.com/show_bug.cgi?id=1383166
  • Loading branch information
chessbyte committed Oct 19, 2016
1 parent d86726d commit fd4c697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_header.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%span.icon-bar
%span.icon-bar
%span.icon-bar
%a.navbar-brand{:href => '#'}
%a.navbar-brand{:href => '#', :style => "cursor: default"}
%img.navbar-brand-name{:src => image_path("brand.svg"), :alt => "ManageIQ"}
%nav.collapse.navbar-collapse
%ul.nav.navbar-nav.navbar-right.navbar-iconic
Expand Down

0 comments on commit fd4c697

Please sign in to comment.