* fixed typo

This commit is contained in:
Indrajith K L
2018-07-31 14:02:38 +05:30
parent 3794322b5e
commit 4c9b83c1cc
3 changed files with 5 additions and 5 deletions

View File

@@ -37,8 +37,8 @@ export default class SearchField extends Component {
<div className="searchWrapper">
<div className="search">
<div className="title">
<label className="hover-field glitch-text" data-text="isPawned">
isPawned
<label className="hover-field glitch-text" data-text="notPwned">
isPwned
<span>Check wheather your email address is Pawned anywhere</span>
</label>
</div>
@@ -84,7 +84,7 @@ export default class SearchField extends Component {
const breachList = response.data;
this.setState({
pawnedList: response.data,
displayMessage: `Your email address is Pawned on ${breachList.length} websites`,
displayMessage: `Your email address is Pwned on ${breachList.length} websites`,
displayMessageStyle: 'not-safe-message'
});
}).catch((error) => {

View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="css/vex-theme-wireframe.css">
<link rel="stylesheet" href="css/wickedcss.css">
<link rel="stylesheet" href="css/style.css">
<title>Indrajith K L's - isPawned</title>
<title>Indrajith K L's - isPwned</title>
</head>
<body>