* fixed typo
This commit is contained in:
@@ -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) => {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user