Skip to content

Commit

Permalink
Merge pull request #73 from CS3219-AY2425S1/wheatgrassmc/cs3-45-m517-…
Browse files Browse the repository at this point in the history
…leetcode-spa-page

Remove PP Large
  • Loading branch information
tingkai-mai authored Sep 29, 2024
2 parents b8c7c5c + 7f3dd9f commit cf90b77
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ const LandingPage = () => {

return (
<div className="max-w-6xl mx-auto my-10 p-2">
<h1 className="text-white font-extrabold text-h1">PP Large</h1>
<h1 className="text-white font-extrabold text-h1">Peer Prep</h1>
<p className="text-primary-300 text-lg">
A platform to prepare for technical interviews.
</p>
<button
onClick={() => googleLogin()}
className="bg-yellow-500 hover:bg-yellow-300 px-4 py-2 my-2 rounded-md"
>
login
Login
</button>
</div>
);
Expand Down

0 comments on commit cf90b77

Please sign in to comment.