Skip to content

Commit

Permalink
fix:[torrust#448] use Markdown for CreationDateTab
Browse files Browse the repository at this point in the history
  • Loading branch information
hungfnt committed Apr 23, 2024
1 parent 13e1f03 commit a9baa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/torrent/TorrentCreationDateTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<template v-if="!collapsed">
<div class="flex flex-col w-full h-full p-6 grow bg-base-100 rounded-2xl break-words">
<template v-if="torrent.creation_date">
{{ formattedDateFromTimestamp }}
<Markdown :source="formattedDateFromTimestamp" />
</template>
<template v-else>
<span class="italic text-neutral-content">No creation date provided.</span>
Expand Down

0 comments on commit a9baa2c

Please sign in to comment.