mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 20:46:37 +02:00
🐛 Fix group name of notification page
This commit is contained in:
parent
5aaaaef441
commit
353bdd77aa
1 changed files with 3 additions and 3 deletions
|
@ -28,19 +28,19 @@
|
||||||
[:div.input-radio.radio-primary
|
[:div.input-radio.radio-primary
|
||||||
[:input {:type "radio"
|
[:input {:type "radio"
|
||||||
:id "notification-1"
|
:id "notification-1"
|
||||||
:name "notification-1"
|
:name "notification"
|
||||||
:value "none"}]
|
:value "none"}]
|
||||||
[:label {:for "notification-1"
|
[:label {:for "notification-1"
|
||||||
:value "None"} "None"]
|
:value "None"} "None"]
|
||||||
[:input {:type "radio"
|
[:input {:type "radio"
|
||||||
:id "notification-2"
|
:id "notification-2"
|
||||||
:name "notification-2"
|
:name "notification"
|
||||||
:value "every-hour"}]
|
:value "every-hour"}]
|
||||||
[:label {:for "notification-2"
|
[:label {:for "notification-2"
|
||||||
:value "Every hour"} "Every hour"]
|
:value "Every hour"} "Every hour"]
|
||||||
[:input {:type "radio"
|
[:input {:type "radio"
|
||||||
:id "notification-3"
|
:id "notification-3"
|
||||||
:name "notification-3"
|
:name "notification"
|
||||||
:value "every-day"}]
|
:value "every-day"}]
|
||||||
[:label {:for "notification-3" :value "Every day"} "Every day"]]
|
[:label {:for "notification-3" :value "Every day"} "Every day"]]
|
||||||
[:input.btn-primary {:type "submit" :value "Update settings"}]
|
[:input.btn-primary {:type "submit" :value "Update settings"}]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue