mirror of
https://github.com/penpot/penpot.git
synced 2025-06-13 12:21:38 +02:00
🐛 Add missing inline banner.
This commit is contained in:
parent
5f9d3606f6
commit
69f0f16085
3 changed files with 8 additions and 33 deletions
|
@ -11,10 +11,11 @@
|
|||
(:require
|
||||
[cljs.spec.alpha :as s]
|
||||
[rumext.alpha :as mf]
|
||||
[uxbox.main.ui.icons :as i]
|
||||
[uxbox.main.data.auth :as da]
|
||||
[uxbox.main.data.users :as du]
|
||||
[uxbox.main.store :as st]
|
||||
[uxbox.main.ui.icons :as i]
|
||||
[uxbox.main.ui.messages :as msgs]
|
||||
[uxbox.main.ui.modal :as modal]
|
||||
[uxbox.util.i18n :as i18n :refer [tr t]]))
|
||||
|
||||
|
@ -27,9 +28,9 @@
|
|||
[:section.modal-content.generic-form
|
||||
[:h2 (t locale "settings.delete-account-title")]
|
||||
|
||||
[:span.featured-note
|
||||
[:span.text
|
||||
[:span (t locale "settings.delete-account-info")]]]
|
||||
[:& msgs/inline-banner
|
||||
{:type :warning
|
||||
:content (t locale "settings.delete-account-info")}]
|
||||
|
||||
[:div.button-row
|
||||
[:button.btn-warning.btn-large
|
||||
|
|
|
@ -160,9 +160,9 @@
|
|||
:path [:> path-wrapper opts]
|
||||
:image [:> image-wrapper opts]
|
||||
:circle [:> circle-wrapper opts]
|
||||
:group [:> group-container
|
||||
{:shape shape
|
||||
:frame frame}])))))))
|
||||
:group [:> group-container
|
||||
{:shape shape
|
||||
:frame frame}])))))))
|
||||
|
||||
(mf/defc frame-svg
|
||||
{::mf/wrap [mf/memo]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue