Skip to content

Commit

Permalink
Merge pull request #37 from StackTipsLab/feature/layout-improvements
Browse files Browse the repository at this point in the history
Added account activation email and sending email reminders
  • Loading branch information
nilandev authored Dec 20, 2023
2 parents b669208 + af2142d commit 47168c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bloggy/templates/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="navbar-header">
<div class="navbar-brand">
<a href="{% url 'index' %}">
<img src="{% static 'media/logo-santa.png' %}" alt="StackTips"
<img src="{% static 'media/full-logo-light.png' %}" alt="StackTips"
width="auto" height="34" class="d-inline-block align-text-top navbar-brand-logo">
</a>
</div>
Expand Down

0 comments on commit 47168c0

Please sign in to comment.