File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
frontend/src/components/navbar Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -5,25 +5,25 @@ import Image from './github';
55export default ( ) => { return (
66 < >
77 < Navbar className = "bg-dark justify-content-between" >
8- < Form inline >
9- < Navbar . Brand href = "#home" >
10- < Image />
11- </ Navbar . Brand >
12- < InputGroup >
13- < InputGroup . Prepend >
14- < InputGroup . Text id = "basic-addon1" > /</ InputGroup . Text >
15- </ InputGroup . Prepend >
16- < FormControl
17- placeholder = "Username"
18- aria-label = "Username"
19- aria-describedby = "basic-addon1"
20- />
21- < Button type = "search" style = { { "border-radius" : "0px 5px 5px 0px" } } > Search Repos </ Button >
22- </ InputGroup >
23- </ Form >
24- < Form inline >
25- < Button type = "login" > Login with Github</ Button >
26- </ Form >
8+ < Form inline >
9+ < Navbar . Brand href = "#home" >
10+ < Image />
11+ </ Navbar . Brand >
12+ < InputGroup >
13+ < InputGroup . Prepend >
14+ < InputGroup . Text id = "basic-addon1" > /</ InputGroup . Text >
15+ </ InputGroup . Prepend >
16+ < FormControl
17+ placeholder = "Username"
18+ aria-label = "Username"
19+ aria-describedby = "basic-addon1"
20+ />
21+ < Button type = "search" style = { { "border-radius" : "0px 5px 5px 0px" } } > Search</ Button >
22+ </ InputGroup >
23+ </ Form >
24+ < Form inline >
25+ < Button type = "login" > Login with Github</ Button >
26+ </ Form >
2727 </ Navbar >
2828 </ >
2929) ; }
You can’t perform that action at this time.
0 commit comments