changed route in home
parent
3c7056ffad
commit
8c6846ad86
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue