Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 8fb01cb

Browse files
committed
Fixing image
1 parent 5dfce23 commit 8fb01cb

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ React-Nice-Input-Password
55

66
A input password control built with and for [React](http://facebook.github.io/react/index.html)
77

8-
[![Sample](https://image.ibb.co/ivG6rm/sample.png)](https://image.ibb.co/ivG6rm/sample.png)
8+
[![Sample](https://image.ibb.co/dJNFHR/sample.png)](https://image.ibb.co/dJNFHR/sample.png)
99

1010
## Installation
1111

dist/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8+
<title>Sample - NiceInputPassword</title>
9+
<link rel="stylesheet" href="/dist/fc0504dc1a2f72dac7e5f806fd5df847.css"></head>
10+
11+
<body>
12+
<div id="root"></div>
13+
</body>
14+
15+
<script src="/dist/fc0504dc1a2f72dac7e5f806fd5df847.js"></script>
16+
17+
</html>

public/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class App extends React.Component {
6161
/>
6262
<hr />
6363

64-
<h2>With levelbar and descritionLeveBar</h2>
64+
<h2>With levelbar and descritionLevelBar</h2>
6565
<NiceInputPassword
6666
label="Password"
6767
name="pass3"

0 commit comments

Comments
 (0)