Skip to content

Commit

Permalink
update input placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcoding810 committed Sep 15, 2024
1 parent c40975e commit baadef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/popup/PopupGroups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default function PopupGroups({ isEditMode }:{isEditMode: boolean}): JSX.E
<div>
<div className="flex flex-row items-center gap-4">
<input
placeholder="Groups title"
placeholder="Search Group"
onChange={handleChangeQuery}
className="px-4 w-full text-sm border border-gray-400 rounded"
// eslint-disable-next-line jsx-a11y/no-autofocus
Expand Down
4 changes: 2 additions & 2 deletions src/pages/popup/PopupTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ export default function PopupTabs(): JSX.Element {
return (
<div>
<input
placeholder="Tab title"
placeholder="Search Tab"
onChange={handleChangeQuery}
className="px-4 text-sm border border-gray-400 rounded"
className="w-full px-4 text-sm border border-gray-400 rounded"
// eslint-disable-next-line jsx-a11y/no-autofocus
autoFocus
/>
Expand Down

0 comments on commit baadef1

Please sign in to comment.