Update
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<div slot="bottom-left" class="max-w-xs">
|
||||
<div class="p-5 shadow-md m-2 mt-4">
|
||||
|
||||
<a href="{{route('articles.show', $article->id)}}">
|
||||
<a href="{{route('articles.show',['source' => $article->source->slug, 'guid' => $article->guid])}}">
|
||||
<img class="object-scale-down h-30" src="{{$article->featured_image}}"
|
||||
alt="{{$article->meta['title']}}">
|
||||
</a>
|
||||
@@ -32,7 +32,7 @@
|
||||
<div class="text-xs font-bold uppercase text-gray-500 text-right mt-1 mb-2 MvTyper">
|
||||
{{$article->source->name}}</div>
|
||||
|
||||
<a href="{{route('articles.show', $article->id)}}">
|
||||
<a href="{{route('articles.show',['source' => $article->source->slug, 'guid' => $article->guid])}}">
|
||||
<div class="text-md font-bold leading-7 mb-2 MvTyper text-right hover:underline">
|
||||
{{$article->title}}</div>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user