diff options
Diffstat (limited to 'client/templates')
| -rw-r--r-- | client/templates/login.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/templates/login.html b/client/templates/login.html index 79d7f7e..7b1bd72 100644 --- a/client/templates/login.html +++ b/client/templates/login.html @@ -2,8 +2,9 @@ <div class="login-wrapper"> <div class="login"> <h1>Hello!</h1> - <h2>To start the process of creating your own unique icon you'll need to login thru your Instagram account</h2> - <button class="login">Sign in with Instagram</button> + <h2>Start the process of creating your custom icon by logging into your Instagram account</h2> + <hr> + <button class="login">Login with Instagram</button> </div> </div> </template> |
