Skip to content

Commit

Permalink
feat: improve search hint
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Feb 14, 2024
1 parent 5538ad4 commit 4cbb501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div
class="flex items-center border bg-gray-100 rounded-lg overflow-hidden focus-within:border-blue-500 focus-within:ring-2 focus-within:ring-blue-500 focus-within:ring-opacity-50">
<input class="flex-1 px-4 py-2 text-gray-600 bg-transparent focus:outline-none" type="text"
placeholder="Search" v-model="search" @input="searchArticles">
placeholder="Search for articles.." v-model="search" @input="searchArticles">
<i class="material-icons p-2 text-gray-400">search</i>
</div>
<div v-if="searchResponse.length > 0"
Expand Down

0 comments on commit 4cbb501

Please sign in to comment.