Skip to content

Commit 0bb2ac3

Browse files
committed
fix: change search placeholder
1 parent 5dddd26 commit 0bb2ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Header/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<input
99
type="text"
1010
class="header__search-input"
11-
placeholder="Search for remote files..."
11+
placeholder="Search for file name or hash..."
1212
@focus="focus = true"
1313
@blur="focus = false"
1414
v-model.trim="searchQuery"

0 commit comments

Comments
 (0)