Skip to content

Commit

Permalink
[webui] Use new SVG logo
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcp committed Sep 21, 2018
1 parent 1cbd401 commit 2e66541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/views/layouts/webui2/_navigation.html.haml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%nav.navbar.navbar-expand-lg.navbar-dark.bg-dark
= link_to root_path, { class: 'navbar-brand', alt: 'Logo' } do
= image_tag('obs-logo_small.png', height: '30' )
= image_tag('obs-logo_small.svg', height: '30' )
%button.navbar-toggler{ 'type': "button", 'data-toggle': "collapse", 'data-target': "#global-navigation", 'aria-controls': "global-navigation", 'aria-expanded': "false", 'aria-label': "Toggle navigation" }
%span.navbar-toggler-icon
.collapse.navbar-collapse#global-navigation
Expand Down

0 comments on commit 2e66541

Please sign in to comment.