Skip to content

Commit

Permalink
Merge pull request #35 from Nimrat0199/feature/updateBtn
Browse files Browse the repository at this point in the history
issue : #33 added update button
  • Loading branch information
jinx-vi-0 authored Oct 5, 2024
2 parents b03a3ea + c682afc commit 7320aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Manager.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ const Manager = () => {
src="https://cdn.lordicon.com/jgnvfzqg.json"
trigger="hover"
></lord-icon>
Save
{form.id ? "Update" : "Save" }
</button>
</div>
<div className="passwords">
Expand Down

0 comments on commit 7320aca

Please sign in to comment.