diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-23 00:20:47 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-23 00:20:47 +0000 |
| commit | 89e264f637cbf57ef4eed3e6b91d635849b2fa1a (patch) | |
| tree | 6815b617890f9339f03e5863536dda036d59af14 /views | |
| parent | c17afa29125f162df7d47e36cee55ec7cdbee9de (diff) | |
made fixes to server callbacks
Diffstat (limited to 'views')
| -rw-r--r-- | views/signup.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/signup.hbs b/views/signup.hbs index 463e347..571363b 100644 --- a/views/signup.hbs +++ b/views/signup.hbs @@ -27,7 +27,7 @@ - <h2><i class="fa fa-user-plus" aria-hidden="true"></i> Sign Up</h2> + <h3><i class="fa fa-user-plus" aria-hidden="true"></i> Sign Up</h3> <form action="/user/signup" method="post"> <div class="form-group"> <input type="text" class="form-control" placeholder="First Name" name="fname"> |
