Skip to content

Commit cf90b77

Browse files
authored
Merge pull request #73 from CS3219-AY2425S1/wheatgrassmc/cs3-45-m517-leetcode-spa-page
Remove PP Large
2 parents b8c7c5c + 7f3dd9f commit cf90b77

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

frontend/src/app/(auth)/components/landing-page/LandingPage.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ const LandingPage = () => {
1313

1414
return (
1515
<div className="max-w-6xl mx-auto my-10 p-2">
16-
<h1 className="text-white font-extrabold text-h1">PP Large</h1>
16+
<h1 className="text-white font-extrabold text-h1">Peer Prep</h1>
17+
<p className="text-primary-300 text-lg">
18+
A platform to prepare for technical interviews.
19+
</p>
1720
<button
1821
onClick={() => googleLogin()}
1922
className="bg-yellow-500 hover:bg-yellow-300 px-4 py-2 my-2 rounded-md"
2023
>
21-
login
24+
Login
2225
</button>
2326
</div>
2427
);

0 commit comments

Comments
 (0)