1 parent eaf3fa3 commit d23a4f7Copy full SHA for d23a4f7
1 file changed
src/Page/Index.elm
@@ -13,8 +13,8 @@ view =
13
[ text "This domain is destined for "
14
, em [ class "headline-em" ] [ text "something great" ]
15
, text ". "
16
- , text "If you're seeing this page, maybe it's "
17
- , em [ class "highlight-em" ] [ text "your something" ]
+ , text "If you're seeing this page, maybe that "
+ , em [ class "highlight-em" ] [ text "something is yours" ]
18
, text "."
19
]
20
0 commit comments