🎉 Add main/copy label on component in right bar

This commit is contained in:
Pablo Alba 2023-09-08 12:16:00 +02:00
parent bc45b15b79
commit 79ecdebfee
4 changed files with 18 additions and 1 deletions

View file

@ -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?