Skip to content

Commit

Permalink
💄 Design: RetroList 검색창 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yeneua committed Jul 22, 2024
1 parent a1c9c17 commit cd3f706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RetroList/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Search: React.FC<SearchProps> = ({ onSearch }) => {
<S.SearchLayout>
<S.SearchInput
type="search"
placeholder="Search Tasks"
placeholder="Search Retrospect"
value={searchInput}
onChange={handleInputChange}
id="rl_seo"
Expand Down

0 comments on commit cd3f706

Please sign in to comment.