mirror of
https://github.com/penpot/penpot.git
synced 2025-06-16 02:41:38 +02:00
🎉 Add main/copy label on component in right bar
This commit is contained in:
parent
bc45b15b79
commit
79ecdebfee
4 changed files with 18 additions and 1 deletions
|
@ -219,7 +219,11 @@
|
|||
(when show?
|
||||
[:div.element-set
|
||||
[:div.element-set-title
|
||||
[:span (tr "workspace.options.component")]]
|
||||
[:span (tr "workspace.options.component")]
|
||||
[:span (if main-instance?
|
||||
(tr "workspace.options.component.main")
|
||||
(tr "workspace.options.component.copy"))]
|
||||
]
|
||||
[:div.element-set-content
|
||||
[:div.row-flex.component-row
|
||||
(if main-instance?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue