File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments