Skip to content

Commit

Permalink
fix: change search placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
lightmyfire17 committed Jan 4, 2021
1 parent 5dddd26 commit 0bb2ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Header/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<input
type="text"
class="header__search-input"
placeholder="Search for remote files..."
placeholder="Search for file name or hash..."
@focus="focus = true"
@blur="focus = false"
v-model.trim="searchQuery"
Expand Down

0 comments on commit 0bb2ac3

Please sign in to comment.