Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SoberingRealityCheck committed Sep 22, 2024
2 parents 0653a56 + d9a4715 commit 54e5305
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion client/src/pages/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ function Home()
<br></br>
<br></br>
<br></br>
Designed
<span style={{color: "white"}}>Designed</span>
<span style={{color: "#8271ff"}}> <strong>for college students, by college students.</strong> </span>


<br></br>
With a matching algorithm powered by
<span style={{color:"#FCE7A2"}}> <strong>generative AI, </strong> </span>
<span style={{color: "white"}}></span>With a matching algorithm designed to get you in touch with
<span style={{color:"#FCE7A2"}}> <strong>people to cheer you on, </strong> </span>
Moti-Vibes helps you
find motivation to finish that pesky assignment.

Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/Todo/Todo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function TodoPage()
}

return <div>
<h3 style={{ fontSize: "40px", fontWeight: "bold" }}>To-do:</h3>
<h3 style={{ fontSize: "40px", fontWeight: "bold", color: "white" }}>To-do:</h3>
<br></br>
<br></br>
<br></br>
Expand Down

0 comments on commit 54e5305

Please sign in to comment.