Remove link from the FreedomBox logo

- Because having FreedomBox logo and the applications icon both
  redirecting to the same page is confusing.
This commit is contained in:
Sunil Mohan Adapa 2015-11-27 18:58:49 +05:30 committed by James Valleroy
parent 803f4ecc94
commit 6fddac4471

View File

@ -83,10 +83,10 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="{% url 'index' %}" class="navbar-brand" title="{% trans "FreedomBox" %}">
<span class="navbar-brand">
<img src="{% static 'theme/img/freedombox-logo-32px.png' %}"
alt="{% trans "FreedomBox" %}" />
</a>
</span>
<a href="{% url 'index' %}" class="navbar-brand" title="{% trans "Applications" %}">
<span class="glyphicon glyphicon-th"></span>
</a>