small changes

This commit is contained in:
Daniel
2022-06-01 12:34:04 +04:30
parent 55efe787fa
commit 75d35cdaff
4 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ const AddItem = ({onExit, reFetch, tags}) => {
<>
<div className='add-overlay' onClick={abort}></div>
<fieldset className='box'>
<legend >New Bookmark</legend>
<legend >New bookmark</legend>
<div className='AddItem-content'>
<h3>Name:</h3>
<input onChange={SetName} className="AddItem-input" type="search" placeholder="e.g. Example Tutorial"/>