aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/Signup.elm
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/Signup.elm')
-rw-r--r--frontend/src/Signup.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/Signup.elm b/frontend/src/Signup.elm
index 028af9c..64c744e 100644
--- a/frontend/src/Signup.elm
+++ b/frontend/src/Signup.elm
@@ -217,7 +217,7 @@ view model =
217 ] 217 ]
218 , div [ fieldPadding ] 218 , div [ fieldPadding ]
219 [ text "Already have a account? " 219 [ text "Already have a account? "
220 , a [ href "/login" ] [ text "Login >" ] 220 , furbyLink [ href "/login" ] [ text "Login >" ]
221 ] 221 ]
222 , text (viewStatus model.status) 222 , text (viewStatus model.status)
223 ] 223 ]