Skip to content

Commit

Permalink
Update TaskItem.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sanskriti49 committed Nov 29, 2024
1 parent 4339d49 commit 2efd8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TaskItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function TaskItem({
<button onClick={() => handleEdit(task)}>
<img
className="edit"
src="src/plus.png"
src="src/pen1.png"
alt="edit"
style={{ width: 52, height: 52, padding: 3 }}
/>
Expand Down

0 comments on commit 2efd8fc

Please sign in to comment.