Explorar o código

fix(EditNews): footer had three spaces instead of one between username and createdAt

Kristian Vos %!s(int64=2) %!d(string=hai) anos
pai
achega
570257f25b
Modificáronse 1 ficheiros con 2 adicións e 4 borrados
  1. 2 4
      frontend/src/components/modals/EditNews.vue

+ 2 - 4
frontend/src/components/modals/EditNews.vue

@@ -46,10 +46,8 @@
 							:user-id="createdBy"
 							:alt="createdBy"
 							:link="true"
-						/>
-						 
-					</span>
-					<span :title="new Date(createdAt)">
+						/> </span
+					>&nbsp;<span :title="new Date(createdAt)">
 						{{
 							formatDistance(createdAt, new Date(), {
 								addSuffix: true