0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

🐛 Fix group name of notification page

This commit is contained in:
mathieu.brunot 2019-02-19 02:30:32 +01:00
parent 5aaaaef441
commit 353bdd77aa
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -28,19 +28,19 @@
[:div.input-radio.radio-primary
[:input {:type "radio"
:id "notification-1"
:name "notification-1"
:name "notification"
:value "none"}]
[:label {:for "notification-1"
:value "None"} "None"]
[:input {:type "radio"
:id "notification-2"
:name "notification-2"
:name "notification"
:value "every-hour"}]
[:label {:for "notification-2"
:value "Every hour"} "Every hour"]
[:input {:type "radio"
:id "notification-3"
:name "notification-3"
:name "notification"
:value "every-day"}]
[:label {:for "notification-3" :value "Every day"} "Every day"]]
[:input.btn-primary {:type "submit" :value "Update settings"}]