Update
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
>
|
||||
<div slot="bottom-left" class="max-w-xs">
|
||||
<div class="p-5 shadow-md m-2 mt-4">
|
||||
<a :href="'/article/' + article.id">
|
||||
<a :href="`/article/${article.source.slug}/${article.guid}`">
|
||||
<img
|
||||
class="object-scale-down h-30"
|
||||
:src="article.featured_image"
|
||||
@@ -63,7 +63,7 @@
|
||||
{{ article.published_date | dhivehiDate }}
|
||||
</p>
|
||||
|
||||
<a :href="'/article/' + article.id">
|
||||
<a :href="`/article/${article.source.slug}/${article.guid}`">
|
||||
<div
|
||||
class="text-md font-bold leading-7 mb-2 mt-1 text-gray-800 MvTyper text-right hover:underline"
|
||||
>
|
||||
|
Reference in New Issue
Block a user