Skip to content

Commit

Permalink
Merge pull request #101 from innosoft-innoweb/fix/#100-CambioHeader
Browse files Browse the repository at this point in the history
fix(#100): Fix header title
  • Loading branch information
IsmaelP19 authored Dec 20, 2022
2 parents 5a6debb + 3c03e17 commit 5b9b382
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 5b9b382

Please sign in to comment.