Change class name "searchButton" to "kiwixButton"

This is done to retain the button design in more button designs (ex: tags)
This commit is contained in:
Nikhil Tanwar
2022-06-22 13:48:20 +05:30
committed by Veloman Yunkan
parent f034018b5c
commit 19a9c84e13
3 changed files with 5 additions and 5 deletions

View File

@@ -198,7 +198,7 @@ To use JS provided by kiwix-serve you can use the following template to start wi
```
<form id='kiwixSearchForm'>
<input type="text" name="q" placeholder="Search" id="searchFilter" class='kiwixSearch filter'>
<input type="submit" class="searchButton" value="Search"/>
<input type="submit" class="kiwixButton" value="Search"/>
</form>
```