Skip to content

Commit 585447a

Browse files
authored
Merge branch 'develop' into fix-text-overflow-2
2 parents 11478f9 + 444470a commit 585447a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/torrent/TorrentCreationDateTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<template v-if="!collapsed">
1515
<div class="flex flex-col w-full h-full p-6 grow bg-base-100 rounded-2xl">
1616
<template v-if="torrent.creation_date">
17-
{{ formattedDateFromTimestamp }}
17+
<Markdown :source="formattedDateFromTimestamp" />
1818
</template>
1919
<template v-else>
2020
<span class="italic text-neutral-content">No creation date provided.</span>

0 commit comments

Comments
 (0)