Update
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
<div class="flex flex-col justify-end">
|
||||
<a
|
||||
:href="'/article/' + article.id"
|
||||
:href="`/article/${article.source.slug}/${article.guid}`"
|
||||
class="text-2xl md:text-3xl lg:text-3xl leading-11 text-gray-700 pb-4 pt-4 MvTyper font-semibold hover:underline"
|
||||
style="direction:rtl;"
|
||||
v-text="article.title"
|
||||
@@ -78,7 +78,7 @@
|
||||
</div>
|
||||
<div class="flex justify-end">
|
||||
<a
|
||||
:href="'/article/' + subarticle.id"
|
||||
:href="`/article/${subarticle.source.slug}/${subarticle.guid}`"
|
||||
class="text-md leading-9 font-semibold py-3 text-gray-700 MvTyper"
|
||||
v-text="subarticle.title"
|
||||
style="direction:rtl;"
|
||||
@@ -118,7 +118,7 @@
|
||||
>
|
||||
<div class="flex justify-end">
|
||||
<a
|
||||
:href="'/article/' + listarticle.id"
|
||||
:href="`/article/${listarticle.source.slug}/${listarticle.guid}`"
|
||||
class="text-md leading-normal text-gray-800 pb-4 MvTyper text-right hover:underline"
|
||||
style="direction:rtl;"
|
||||
v-text="listarticle.title"
|
||||
|
||||
Reference in New Issue
Block a user