dev notice

This commit is contained in:
lingdocs 2021-08-19 00:39:17 +04:00
parent 635f057108
commit 47a2482bd3
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ class App extends Component<RouteComponentProps, State> {
<> <>
<Route path="/" exact> <Route path="/" exact>
<div className="text-center mt-4"> <div className="text-center mt-4">
<h4 className="font-weight-light p-3 mb-4">LingDocs Pashto Dictionary</h4> <h4 className="font-weight-light p-3 mb-4">LingDocs Pashto Dictionary - DEV</h4>
{this.state.options.searchType === "alphabetical" && <div className="mt-4 font-weight-light"> {this.state.options.searchType === "alphabetical" && <div className="mt-4 font-weight-light">
<div className="mb-3"><span className="fa fa-book mr-2" ></span> Alphabetical browsing mode</div> <div className="mb-3"><span className="fa fa-book mr-2" ></span> Alphabetical browsing mode</div>
</div>} </div>}