remove display name
This commit is contained in:
@@ -11,7 +11,6 @@
|
|||||||
)})`,
|
)})`,
|
||||||
}"></div>
|
}"></div>
|
||||||
<div class="p-4 text-xs text-gray-7">
|
<div class="p-4 text-xs text-gray-7">
|
||||||
{{ props.article.user.display_name }} -
|
|
||||||
{{ computedDate(props.article.publish_at) }}
|
{{ computedDate(props.article.publish_at) }}
|
||||||
</div>
|
</div>
|
||||||
<h3 class="px-4 mb-3 font-500 text-gray-7">
|
<h3 class="px-4 mb-3 font-500 text-gray-7">
|
||||||
|
|||||||
@@ -20,9 +20,6 @@
|
|||||||
<div
|
<div
|
||||||
class="flex flex-1 flex-justify-between flex-items-center pb-4">
|
class="flex flex-1 flex-justify-between flex-items-center pb-4">
|
||||||
<div>
|
<div>
|
||||||
<div class="font-bold text-gray-6">
|
|
||||||
By {{ article.user.display_name }}
|
|
||||||
</div>
|
|
||||||
<div class="font-bold text-gray-4">
|
<div class="font-bold text-gray-4">
|
||||||
{{ formattedDate(article.publish_at) }}
|
{{ formattedDate(article.publish_at) }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user