aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/Signup.elm
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-12-27 11:27:44 +0000
committerAkshay <[email protected]>2020-12-27 11:27:44 +0000
commitd5aabbac71fcd12f31c82159fe0d7a58d0ad925d (patch)
treed4a0516cecc85dab18d4e76230da05752d74ba9a /frontend/src/Signup.elm
parentab3ddc1fae1364afeefc0d2c30d8e11a31839948 (diff)
add catalog filters, furbyLink component
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 ]