Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit df549c7

Browse files
committed
Update year
1 parent 6d775f4 commit df549c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/View/Login.elm

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ view model =
1313
div [ class "wrapper login" ]
1414
[ div [ class "logo-wrapper" ]
1515
[ img [ src "assets/neon-logo.svg", class "logo" ] [] ]
16-
, h1 [] [ text "Get ready to speak at", br [] [], text "JavaZone 2017" ]
16+
, h1 [] [ text "Get ready to speak at", br [] [], text "JavaZone 2018" ]
1717
, div [ class "email-wrapper" ]
1818
[ input [ value model.email, onInput LoginEmail, onEnter LoginSubmitEmail, type_ "email", class "email", id "email-address", placeholder "Your email address" ] []
1919
, if model.loading then

0 commit comments

Comments
 (0)