Use route name for home nav link

This commit is contained in:
Alice Gaudon 2020-05-09 21:46:53 +02:00
parent 3f37626b13
commit 44ea96e440
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
{% endblock %}
{% block header %}
<a href="/" class="logo"><img src="/img/logo.svg" alt="Logo"> ALDAP</a>
<a href="{{ route('home') }}" class="logo"><img src="/img/logo.svg" alt="Logo"> ALDAP</a>
<nav>
<ul>
<li><a href="{{ route('about') }}"><i data-feather="info"></i> About</a></li>