We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e28d8 commit aceeaa6Copy full SHA for aceeaa6
1 file changed
src/main.wisp
@@ -178,7 +178,8 @@
178
(svg-icon "settings")))
179
(if (get data :menu-show)
180
(m :div {:id "burger-menu-items"}
181
- [(m {:view (partial component-add-new-type data)})
+ [(m :h3 "Settings & Downloads")
182
+ (m {:view (partial component-add-new-type data)})
183
(if (.-length (get data :event-types))
184
(component-csv-downloads data))]))]))
185
0 commit comments