Skip to content

Commit

Permalink
fix(resetPopup): typo in the header of the dialog
Browse files Browse the repository at this point in the history
fixed a typo in the dialog box header
  • Loading branch information
kharaone authored Oct 25, 2022
1 parent f4facdf commit 0f071bd
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 0f071bd

Please sign in to comment.