Skip to content

Commit 02dba4c

Browse files
author
Peter Brendel
committed
Changed search text
1 parent fd3be33 commit 02dba4c

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

frontend/src/components/navbar/index.js

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ import Image from './github';
55
export 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
);}

0 commit comments

Comments
 (0)