remove-bulbul-ad

This commit is contained in:
lingdocs 2022-08-30 15:20:24 +04:00
parent 2ea9045296
commit 6e932926b5
1 changed files with 0 additions and 9 deletions

View File

@ -562,15 +562,6 @@ class App extends Component<RouteComponentProps, State> {
</>
}
</div>
{!localStorage.getItem("clickedBulbul") && <Route path="/" exact>
<div className="text-center" style={{ marginTop: "5rem" }}>
<a href="https://bulbulapp.com/kPJV" onClick={() => {
localStorage.setItem("clickedBulbul", "true");
}}>
<button className="btn btn-secondary">Try Bulbul Pashto Audiobooks! 📚🦻</button>
</a>
</div>
</Route>}
<footer className={classNames(
"footer",
{ "bg-white": !["/search", "/word"].includes(this.props.location.pathname) },