Skip to content

Commit

Permalink
Merge pull request #94 from kharaone/typo-reset-popup
Browse files Browse the repository at this point in the history
fix(resetPopup): typo in the header of the dialog
  • Loading branch information
ehsandeep authored Oct 25, 2022
2 parents f4facdf + 0f071bd commit 3ceeab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/resetPopup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const ResetPopup = ({ handleCloseDialog }: CustomHostP) => {
<div className="backdrop_container">
<div className="dialog_box">
<div className="header">
<span>Reset ineractsh.com</span>
<span>Reset interactsh.com</span>
<CloseIcon onClick={handleCloseDialog} />
</div>
<span>
Expand Down

0 comments on commit 3ceeab7

Please sign in to comment.