Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbaojz committed Sep 22, 2024
1 parent 8322295 commit 8745645
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions client/src/pages/Todo/Todo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ function TodoPage()
<h3 style={{ fontSize: "40px", fontWeight: "bold" }}>Todo</h3>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<Form>
<Form.Group className="mb-3" controlId="exampleForm.ControlInput1">
<Form.Label>Due Date</Form.Label>
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/Userinfo/Userinfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function Userinfo()

return (user!=null?<div>

<h1 style={{ fontSize: 40, color:"rgb(215, 215, 215)",}}>{user.displayName || "Error"}</h1>
<h1 style={{ fontSize: 40, color:"rgb(215, 215, 215)", fontWeight: "bold" }}>{user.displayName || "Error"}</h1>
<hr></hr>
{userData?<Bio bio={userData?userData.bio:""} />:"Loading Bio"}
{userData && <MatchingSignup/>}
Expand Down

0 comments on commit 8745645

Please sign in to comment.