Skip to content

Commit d23a4f7

Browse files
committed
feat: Update Index.elm
1 parent eaf3fa3 commit d23a4f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Page/Index.elm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ view =
1313
[ text "This domain is destined for "
1414
, em [ class "headline-em" ] [ text "something great" ]
1515
, text ". "
16-
, text "If you're seeing this page, maybe it's "
17-
, em [ class "highlight-em" ] [ text "your something" ]
16+
, text "If you're seeing this page, maybe that "
17+
, em [ class "highlight-em" ] [ text "something is yours" ]
1818
, text "."
1919
]
2020
]

0 commit comments

Comments
 (0)