We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dddd26 commit 0bb2ac3Copy full SHA for 0bb2ac3
frontend/src/components/Header/Header.vue
@@ -8,7 +8,7 @@
8
<input
9
type="text"
10
class="header__search-input"
11
- placeholder="Search for remote files..."
+ placeholder="Search for file name or hash..."
12
@focus="focus = true"
13
@blur="focus = false"
14
v-model.trim="searchQuery"
0 commit comments