Skip to content

Commit dff1ec4

Browse files
committed
Cleaned up the UI a bit
1 parent 66f7b5a commit dff1ec4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/templates/index.hbs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<div class="center aligned grid container">
44
<div class="ui search">
55
<div class="ui left icon input">
6-
{{input value=searchValue class="prompt center aligned gr" type="text" placeholder="Search GitHub"}}
6+
{{input value=searchValue class="prompt center aligned grid" type="text" placeholder="Search GitHub" enter="submitSearch"}}
7+
78
<i class="github icon"></i>
89
</div>
910
</div>
@@ -23,6 +24,6 @@
2324
{{repo-collection repos=model.repositories}}
2425
</div>
2526
{{else}}
26-
<h1>There is no Model Present</h1>
27+
<h1>There is no value present to search for</h1>
2728
{{!-- load error card here --}}
2829
{{/if}}

0 commit comments

Comments
 (0)