Skip to content

Commit

Permalink
Merge pull request #5895 from hellcp/patch-3
Browse files Browse the repository at this point in the history
Use current OBS logo for webui2
  • Loading branch information
David Kang committed Sep 22, 2018
2 parents 1cbd401 + 322134d commit 09cbe14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/api/app/assets/images/obs-logo_small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 09cbe14

Please sign in to comment.