Skip to content

Commit

Permalink
Make logo take to welcome page
Browse files Browse the repository at this point in the history
(cherry picked from commit ec13034)
  • Loading branch information
betodealmeida authored and xtinec committed Jan 22, 2019
1 parent 9eb8946 commit a843715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/templates/appbuilder/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/superset/profile/{{ current_user.username }}/">
<a class="navbar-brand" href="/superset/welcome">
<img
width="200" src="{{ appbuilder.app_icon }}"
alt="{{ appbuilder.app_name }}"
Expand Down

0 comments on commit a843715

Please sign in to comment.