changed route in home

master
Benjamin Völkl 2022-07-22 20:12:59 +02:00
parent 3c7056ffad
commit 8c6846ad86
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@

<div class="card-body">
<h2 class="fs-4">{{$content->title}}</h2>
<a href="{{ route('author.get', [$content->user->slug]) }}" class="text-decoration-none">
<a href="{{ route('users.show', [$content->user->slug]) }}" class="text-decoration-none">
<img src="{{ $content->user->gravatar() }}" width="20px" title="{{ $content->user->name }}" class="border rounded img-fluid shadow-sm" alt="Logo {{ $content->user->name }} ">
{{ $content->user->name }}
</a>