mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 18:36:11 +02:00
🎉 Add ellipsis to text
This commit is contained in:
parent
57ec9f8218
commit
33706e0bda
2 changed files with 10 additions and 6 deletions
|
@ -62,7 +62,8 @@
|
|||
[{:keys [modified-at]}]
|
||||
(let [locale (mf/deref i18n/locale)
|
||||
time (dt/timeago modified-at {:locale locale})]
|
||||
(str (tr "ds.updated-at" time))))
|
||||
[:span.date
|
||||
(str (tr "ds.updated-at" time))]))
|
||||
|
||||
(defn create-counter-element
|
||||
[_element file-count]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue