Skip to content

Commit

Permalink
fix(#100): Fix header title
Browse files Browse the repository at this point in the history
The title of the navbar has been changed due to proposed change.
  • Loading branch information
IsmaelP19 committed Dec 20, 2022
1 parent 5a6debb commit 3c03e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<a href="{% url 'home' %}" class="navbar-logo">
<img src="{% static 'images/innosoft_logo-nobg.png' %}" alt="logo" class="navbar-logo">
</a>
<h1 class="navbar-title">INNOSOFT eventos</h1>
<h1 class="navbar-title">INNOSOFT events</h1>
</div>
<div class="navbar-rightsection">
{% comment %} ADD SAME LINKS IN BOTTOM SECTION FOR MOBILE SUPPORT {% endcomment %}
Expand Down

0 comments on commit 3c03e17

Please sign in to comment.