update: desktop style

This commit is contained in:
radishzzz 2025-03-18 04:03:42 +00:00
parent 0dcd3a5838
commit b4bd409e4b
7 changed files with 39 additions and 18 deletions

View file

@ -63,7 +63,10 @@ function formatDate(date: Date, format: 'YYYY-MM-DD' | 'MM-DD-YYYY' | 'DD-MM-YYY
<!-- updated date -->
{updatedDate && (
<time datetime={updatedDate.toISOString().split('T')[0]} class={timeSpacingClass}>
<time
datetime={updatedDate.toISOString().split('T')[0]}
class={timeSpacingClass}
>
updated {formatDate(updatedDate, format)}
</time>
)}