Skip to content

Commit

Permalink
style(nav_base.html): Fix nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
setmao committed Feb 27, 2022
1 parent 5e67b97 commit 9985ba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/templates/default/_includes/nav/nav_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
</button>

<a class="navbar-brand" href="{% url 'user_dashboard' %}">
<div style="display: inline;">
<img height="30" src="{% static 'pycontw-2022/assets/2022-py-logo.svg' %}"
class="logo hidden-xs" alt="logo">
<img height="30" src="{% static 'pycontw-2022/assets/2022-py-logo.svg' %}"
class="logo visible-xs-inline" alt="logo">
<span>PyCon APAC 2022</span>
</div>
</a>
</div>

Expand Down

0 comments on commit 9985ba9

Please sign in to comment.