Skip to content

Commit c55d9de

Browse files
committed
Fixing Issue #209, label must contain some text
1 parent 4d478b7 commit c55d9de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/component/modals/OptionsModal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ const OptionsModal = ({ superState, dispatcher }) => {
7575
</label>
7676
<br />
7777
<br />
78-
<span>Library Path:&nbsp;&nbsp;</span>
7978
<label htmlFor="librarypath">
79+
Library Path:&nbsp;&nbsp;
8080
<input
8181
size="59"
8282
type="text"

0 commit comments

Comments
 (0)