Skip to content

Commit

Permalink
fix: fix typo in search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
swh00tw committed Feb 21, 2024
1 parent beab9f9 commit faee330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/recnet/src/app/Headerbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export function Headerbar() {
<MagnifyingGlassIcon width="16" height="16" />
</TextField.Slot>
<TextField.Input
placeholder="Search the users..."
placeholder="Search for users..."
size="2"
ref={searchInputRef}
value={searchQuery}
Expand Down Expand Up @@ -195,7 +195,7 @@ export function Headerbar() {
)}
>
<TextField.Input
placeholder="Search the users..."
placeholder="Search for users..."
size="2"
value={searchQuery}
onChange={(event) => {
Expand Down

0 comments on commit faee330

Please sign in to comment.