Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: search placeholder (#4001)
Browse files Browse the repository at this point in the history
  • Loading branch information
khalidx3 authored Jan 26, 2023
1 parent 5c57150 commit 905e541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function Search({ users }) {

<div className="relative">
<input
placeholder="Search users"
placeholder="Search users,tags or languages"
ref={inputRef}
className="border-2 hover:border-orange-600 transition-all duration-250 ease-linear rounded px-6 py-2 mb-4 block w-full"
name="keyword"
Expand Down

0 comments on commit 905e541

Please sign in to comment.