Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amalthomas-exe committed Jan 28, 2021
1 parent 5cef129 commit 3756ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/new-user.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>
<body>
<div id="container">
<p id="title">Hey, we see that you are a new user. Please provide us a few details before we proceed.😊</p>
<p id="title">Hey, we see that you are a new user. Please provide us a few details before we proceed. 😊</p>
<div id="form-box">
<form id="user-data" action="/success" method="post">
<label class = "label" id="label-name-first" for="first-name">First Name</label><br>
Expand Down

0 comments on commit 3756ddd

Please sign in to comment.