diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Main.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.elm b/src/Main.elm index 9f5b699..8182eb0 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -230,7 +230,7 @@ postDecoder = view : Model -> Document Msg view model = - { title = "Shoob book" + { title = "SOMEBOOK" , body = [ headerView model, feedView model ] |> listFlat |
