Skip to content

Commit

Permalink
show expiration date instead of total files
Browse files Browse the repository at this point in the history
  • Loading branch information
radek00 committed Apr 28, 2024
1 parent de0ec0d commit a9c419c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const copyToClipboard = (link: string) => {
{{ new Date(upload.uploadDate).toDateString() }}
</p>
<p class="text-sm truncate text-gray-400">
{{ upload.files.length }} files
Expires on {{ new Date(upload.expirationDate).toDateString() }}
</p>
</div>
<div class="inline-flex items-center text-base font-semibold text-white">
Expand Down

0 comments on commit a9c419c

Please sign in to comment.