Skip to content

Commit aceeaa6

Browse files
committed
Settings & Downloads heading.
Fixes #1.
1 parent d5e28d8 commit aceeaa6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main.wisp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@
178178
(svg-icon "settings")))
179179
(if (get data :menu-show)
180180
(m :div {:id "burger-menu-items"}
181-
[(m {:view (partial component-add-new-type data)})
181+
[(m :h3 "Settings & Downloads")
182+
(m {:view (partial component-add-new-type data)})
182183
(if (.-length (get data :event-types))
183184
(component-csv-downloads data))]))]))
184185

0 commit comments

Comments
 (0)