diff options
Diffstat (limited to 'frontend/src/BlogIndex.purs')
| -rw-r--r-- | frontend/src/BlogIndex.purs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/BlogIndex.purs b/frontend/src/BlogIndex.purs index 8083575..1b41dbf 100644 --- a/frontend/src/BlogIndex.purs +++ b/frontend/src/BlogIndex.purs @@ -82,5 +82,5 @@ view state = [] [ h1 [] [ text "Posts" ] , documentTitle [ title "Posts - Christine Dodrill" ] [] - , p [] [ text state.status ] - , div [ className "row" ] $ map post state.posts ] + , div [ className "row" ] $ map post state.posts + , p [] [ text state.status ] ] |
