mirror of https://github.com/penpot/penpot.git
🐛 Fix react warning on having p inside p on assets export progress
This commit is contained in:
parent
b75b999903
commit
50bead7c56
|
|
@ -284,7 +284,7 @@
|
|||
:on-click retry-last-export}
|
||||
(tr "workspace.options.retry")]
|
||||
|
||||
[:p {:class (stl/css :progress)}
|
||||
[:span {:class (stl/css :progress)}
|
||||
(dm/str progress " / " total)])]
|
||||
|
||||
[:button {:class (stl/css :progress-close-button)
|
||||
|
|
|
|||
Loading…
Reference in New Issue