Skip to content

Commit

Permalink
Rename search placeholder.
Browse files Browse the repository at this point in the history
  • Loading branch information
ogdenwebb committed Sep 10, 2020
1 parent d337e9d commit 6baf6fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui-samples/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<div class="navbar-item">
<div class="field has-addons">
<div class="control">
<input class="input" type="text" placeholder="Find a repository">
<input class="input" type="text" placeholder="Search">
</div>
<div class="control">
<a class="button is-primary">
Expand Down
2 changes: 1 addition & 1 deletion ui-samples/dist/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<div class="navbar-item">
<div class="field has-addons">
<div class="control">
<input class="input" type="text" placeholder="Find a repository">
<input class="input" type="text" placeholder="Search">
</div>

<div class="control">
Expand Down

0 comments on commit 6baf6fd

Please sign in to comment.