aboutsummaryrefslogtreecommitdiff
path: root/src/Main.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.elm')
-rw-r--r--src/Main.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.elm b/src/Main.elm
index ab10e82..51c3292 100644
--- a/src/Main.elm
+++ b/src/Main.elm
@@ -233,7 +233,7 @@ view model =
233 [ div 233 [ div
234 [ style "width" "100%" 234 [ style "width" "100%"
235 ] 235 ]
236 [ viewWordLengthOptions 236 [ viewWordLengthOptions model.config
237 , div 237 , div
238 [ style "float" "right" ] 238 [ style "float" "right" ]
239 [ styledButton [ onClick Redo ] [ text "redo" ] ] 239 [ styledButton [ onClick Redo ] [ text "redo" ] ]