Change lasted edited at to date only in bubble

This commit is contained in:
Nathan McCarty 2025-02-09 03:25:38 -05:00
parent 471603ae02
commit 7cf4827d0c

View file

@ -38,7 +38,7 @@ sub post-edit(Post:D $post) is export {
div :class<post-edit>, :title("Last Edited At $timestamp"), [
icon 'edit';
'&nbsp;';
$timestamp
$datetime.Date.Str
]
}