Explanatory text
This commit is contained in:
parent
7c5e16acc3
commit
bb80900eb0
@ -225,7 +225,9 @@ const App = (_props) => {
|
|||||||
<main>
|
<main>
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="search">
|
<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">
|
<div className="textInput">
|
||||||
<input className="textInput" type="text" value={ searchBoxInput } onChange={ (evt) => {
|
<input className="textInput" type="text" value={ searchBoxInput } onChange={ (evt) => {
|
||||||
setSearchBoxInput(evt.target.value);
|
setSearchBoxInput(evt.target.value);
|
||||||
|
Loading…
Reference in New Issue
Block a user