mirror of
https://github.com/penpot/penpot.git
synced 2026-07-21 05:27:50 +00:00
🐛 Don't count draft as a project.
This commit is contained in:
parent
2bd89c94d9
commit
03639cb9ac
@ -302,7 +302,7 @@
|
||||
[:div.label (tr "dashboard.team-projects")]
|
||||
[:div.projects
|
||||
[:span.icon i/folder]
|
||||
[:span.text (tr "labels.num-of-projects" (i18n/c (:projects stats)))]]
|
||||
[:span.text (tr "labels.num-of-projects" (i18n/c (dec (:projects stats))))]]
|
||||
[:div.files
|
||||
[:span.icon i/file-html]
|
||||
[:span.text (tr "labels.num-of-files" (i18n/c (:files stats)))]]]]]]]))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user