Merge pull request #2191 from penpot/palba-componentsv2-library-name-assets-panel

🎉 Library name in assets panel
This commit is contained in:
Alejandro 2022-08-26 13:06:39 +02:00 committed by GitHub
commit edc88458d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 7 deletions

View file

@ -2049,7 +2049,7 @@
(if local?
[:*
[:span (tr "workspace.assets.file-library")]
[:span (:name file) " (" (tr "workspace.assets.local-library") ")"]
(when shared?
[:span.tool-badge (tr "workspace.assets.shared")])]
[:*