* 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

@@ -9,7 +9,7 @@
}, },
"keywords": [ "keywords": [
"react", "react",
"ispawned", "ispwned",
"email", "email",
"security" "security"
], ],

View File

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

View File

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