Skip to content

Commit cc475c6

Browse files
committedJan 6, 2021
Added Strain Brain name to Login.js
1 parent 0bf0773 commit cc475c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/auth/Login.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const Login = props => {
4646
</dialog>
4747
<section>
4848
<form className="form--login" onSubmit={handleLogin}>
49-
<h1>Application Name</h1>
49+
<h1>Strain Brain</h1>
5050
<h2>Please sign in</h2>
5151
<fieldset>
5252
<label htmlFor="inputEmail"> Email address </label>

0 commit comments

Comments
 (0)
Please sign in to comment.