Skip to content

Commit 14e80ca

Browse files
authored
Update repo-browser.component.html
1 parent e3f7dec commit 14e80ca

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<h3>GitHub Browser</h3>
22

3-
<input type="text" #repoName placeholder="Search Github Orgs">
4-
<button (click)="searchForOrg(repoName.value)">Search Orgs</button>
5-
3+
<form class="navbar-form" role="search">
4+
<div class="form-group">
5+
<input type="text" class="form-control" #repoName placeholder="Search Github Orgs">
6+
</div>
7+
<button (click)="searchForOrg(repoName.value)" class="btn btn-default">Search Orgs</button>
8+
</form>
69
<router-outlet></router-outlet>

0 commit comments

Comments
 (0)