aboutsummaryrefslogtreecommitdiff
path: root/src/View
diff options
context:
space:
mode:
Diffstat (limited to 'src/View')
-rw-r--r--src/View/View.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/View/View.elm b/src/View/View.elm
index e86ea52..0500610 100644
--- a/src/View/View.elm
+++ b/src/View/View.elm
@@ -33,7 +33,7 @@ view model =
title : Html
title =
div
- [ class "title" ]
+ [ class "headerBar" ]
[ button
[ onClick (Signal.send updates Initialize)
, class "title"