Updated Documentation

This commit is contained in:
2021-05-09 20:10:12 +02:00
parent 25c5df9e6d
commit df2a8ccd0f
2 changed files with 13 additions and 5 deletions

View File

@ -396,7 +396,7 @@ viewPC model =
[ HAttr.for "enableScrolling" ]
[ text "Autoscroll" ]
]
, button [ onClick <| Msg_DEsmpl_Open True ] [ text "Load Example" ]
, button [ onClick <| Msg_DEsmpl_Open True ] [ text "Configs" ]
]
, div [class "pc-main"] [ Html.map Msg_PC <| PC.view model.pc_model ]
, lazy viewExamples model