File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 30
30
width : 150px ;
31
31
display : block;
32
32
margin : auto;
33
+ border-radius : 90px ;
33
34
}
Original file line number Diff line number Diff line change @@ -51,10 +51,11 @@ export default class SearchBar extends Component {
51
51
< div >
52
52
< Input label = "Type any Github Username" onChange = { this . handleChange } group type = "text" />
53
53
{ /* <Input label="Type your password" icon="lock" group type="password" /> */ }
54
+ < Button color = "danger" onClick = { this . handleSubmit } > { this . state . searchButton } < Fa icon = "search" /> </ Button >
55
+
54
56
< Avatar
55
57
data = { this . state . userData }
56
58
/>
57
- < Button color = "danger" onClick = { this . handleSubmit } > { this . state . searchButton } < Fa icon = "search" /> </ Button >
58
59
< PanelBoard
59
60
data = { this . state . reposData }
60
61
/>
You can’t perform that action at this time.
0 commit comments