Explanatory text

This commit is contained in:
Greg Shuflin 2021-09-12 22:17:30 -07:00
parent 7c5e16acc3
commit bb80900eb0
1 changed files with 3 additions and 1 deletions

View File

@ -225,7 +225,9 @@ const App = (_props) => {
<main>
<div className="container">
<div className="search">
<h1>Kucinako</h1>
<h1>Kucinako - Wordbook of Arzhanai languages</h1>
<p><b>Kucinako</b> is a dictionary for searching for words in various languages of the world Arzhanø, and their English
equivalents.</p>
<div className="textInput">
<input className="textInput" type="text" value={ searchBoxInput } onChange={ (evt) => {
setSearchBoxInput(evt.target.value);