mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 09:08:31 -05:00
🐛 Fix uploaded-at date formatting on images list.
This commit is contained in:
parent
88d287bac0
commit
866da08cab
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@
|
|||
:default-value (:name image)}]
|
||||
[:h3 {:on-double-click on-edit} (:name image)])
|
||||
[:span.date (str (tr "ds.uploaded-at"
|
||||
(dt/format (:created-at image) "DD/MM/YYYY")))]]]))
|
||||
(dt/format (:created-at image) "dd/MM/yyyy")))]]]))
|
||||
|
||||
;; --- Grid Form
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue