Skip to content

Commit

Permalink
Restore counter test app to previous state
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxcarlson committed Jun 7, 2024
1 parent 1f78c3b commit 9b7db07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion counter/src/Frontend.elm
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,4 @@ view model =
, Html.div [ style "padding" "10px" ] [ Html.text (String.fromInt model.counter) ]
, Html.button [ onClick Decrement ] [ text "-" ]
, Html.div [ style "padding-top" "15px", style "padding-bottom" "15px" ] [ Html.text "Click me then refresh me!" ]
, Html.button [ onClick Reset ] [ text "Reset" ]
]

0 comments on commit 9b7db07

Please sign in to comment.