* fixed typo
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react",
|
"react",
|
||||||
"ispawned",
|
"ispwned",
|
||||||
"email",
|
"email",
|
||||||
"security"
|
"security"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -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) => {
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user