Skip to content

Commit

Permalink
updated wording for creating new list
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaBin committed Oct 6, 2024
1 parent 9cecb63 commit dda4825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function Home({ data, setListPath, setAllLists }) {
onSubmit={handleSubmit}
className="flex flex-col sm:flex-row items-center space-y-2 sm:space-y-0 sm:space-x-4 mt-4"
>
<label htmlFor="listName">Add a New List:</label>
<label htmlFor="listName">Create a new list:</label>
<input
type="text"
id="listName"
Expand Down

0 comments on commit dda4825

Please sign in to comment.