Skip to content

Commit

Permalink
Add header to login page
Browse files Browse the repository at this point in the history
  • Loading branch information
lamasters committed Jul 7, 2024
1 parent 7020663 commit 792d40b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entangled-web/src/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export function createSession(

return (
<>
<h1>Entangled</h1>
<h2>Sync you tabs between any browsers</h2>
<div>
<label className="login-item">Email:</label>
<input onChange={e => setEmail(e.target.value)} type="email" />
Expand Down

0 comments on commit 792d40b

Please sign in to comment.