You've already forked AstralRinth
forked from didirus/AstralRinth
Fix a mistake for "updated tooltip" on collection page (#1493)
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
|
||||
<div v-if="collection.id !== 'following'" class="metadata-item">
|
||||
<div
|
||||
v-tooltip="$dayjs(collection.created).format('MMMM D, YYYY [at] h:mm A')"
|
||||
v-tooltip="$dayjs(collection.updated).format('MMMM D, YYYY [at] h:mm A')"
|
||||
class="date"
|
||||
>
|
||||
<UpdatedIcon />
|
||||
|
||||
Reference in New Issue
Block a user