This commit is contained in:
Le Libre Au Quotidien 2020-10-25 19:16:35 +01:00
parent 14e6f2946d
commit d764149268
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@
<div class="col xl6 m2 l6 s12">
@foreach ($categories as $category)
<a class="waves-effect waves-light btn-large" href="/content/{{ $category->path }}">{{ $category->name }}</a>
<a class="waves-effect waves-light btn-large" href="/category/{{ $category->path }}">{{ $category->name }}</a>
@endforeach
</div>