Skip to content

Commit

Permalink
Update LoginForm.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupantar-Borphukan authored Jul 18, 2023
1 parent d87aafa commit ce0fd7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/LoginForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Modal = () => {
<input type="password" value={password} onChange={(e) => setPassword(e.target.value)} className="input" placeholder="Password" required />
<div align="center">
<button type="submit" className="button">
<span>Start chatting</span>
<span>Start chatting...</span>
</button>
</div>
</form>
Expand All @@ -46,4 +46,4 @@ const Modal = () => {
);
};

export default Modal;
export default Modal;

0 comments on commit ce0fd7d

Please sign in to comment.