Skip to content

Commit 3ceeab7

Browse files
authored
Merge pull request #94 from kharaone/typo-reset-popup
fix(resetPopup): typo in the header of the dialog
2 parents f4facdf + 0f071bd commit 3ceeab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/resetPopup/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const ResetPopup = ({ handleCloseDialog }: CustomHostP) => {
3838
<div className="backdrop_container">
3939
<div className="dialog_box">
4040
<div className="header">
41-
<span>Reset ineractsh.com</span>
41+
<span>Reset interactsh.com</span>
4242
<CloseIcon onClick={handleCloseDialog} />
4343
</div>
4444
<span>

0 commit comments

Comments
 (0)