Skip to content

Commit

Permalink
Capitalize sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophia Yi committed Apr 24, 2024
1 parent 7790db1 commit 469fd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function Login({ create, initialState }) {
{' '}
<span style={textHighlightStyle}>Online Editor</span>
</h1>
<p>a web IDE that lets you write and run Python &amp; Processing code, anywhere.</p>
<p>A web IDE that lets you write and run Python &amp; Processing code, anywhere.</p>
{create ? (
<CreateUserForm
initialState={initialState}
Expand Down

0 comments on commit 469fd70

Please sign in to comment.