Skip to content

Commit e9b31d7

Browse files
committed
update title
1 parent 3752037 commit e9b31d7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

app/components/search-profiile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const SearchProfile = () => {
4545
className="flex gap-4"
4646
>
4747
<Input
48-
placeholder="e.g. torvalds, gaearon, theprimeagen"
48+
placeholder="e.g. torvalds, sindresorhus"
4949
value={login}
5050
onChange={(event) => setLogin(event.target.value)}
5151
disabled={loading}

app/page.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ export default function Home() {
1919
<h1 className="text-3xl sm:text-4xl font-semibold">
2020
Your GitHub Profile is More Impressive Than You Think
2121
</h1>
22-
<div>Just one repo with 5 stars puts you ahead of 95% of developers. See where you rank:</div>
23-
<SearchProfile />
22+
<div className="flex flex-col gap-1">
23+
See where you rank:
24+
<SearchProfile />
25+
</div>
2426
</div>
2527
<div className="flex flex-grow items-center justify-center w-full md:w-auto min-w-xs">
2628
<MainImage />

0 commit comments

Comments
 (0)