summaryrefslogtreecommitdiffstats
path: root/src/Main.elm
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2021-11-04 14:23:26 +0200
committerJan Tuomi <jan.tuomi@valuemotive.com>2021-11-04 14:23:26 +0200
commit0064b61e4b93285d006786ca0d964ecaaf677c29 (patch)
treea9bebf8dc29014bbce54516e2ab7fac0dfd8b0d6 /src/Main.elm
parent43b77db663eddcdd068b49dbde8109296bf5e462 (diff)
Add stuff
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 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