Skip to content

Commit 41184b9

Browse files
authored
Merge pull request #6 from coded-bear/master
changed docs link in demo
2 parents 317f9a2 + ea08eef commit 41184b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo/components/Demo.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const Demo = () => {
6969
<Checkbox name="hasErrored" checked={config.hasErrored} onChange={updateConfig} labelText="hasErrored" />
7070
</div>
7171

72-
<a className="link" href="https://github.com/coded-bear/react-otpinput" target="_blank">
72+
<a className="link" href="https://github.com/coded-bear/react-otp-field" target="_blank">
7373
Documentation and Source
7474
</a>
7575
</div>

0 commit comments

Comments
 (0)