This commit is contained in:
lingdocs 2021-08-18 16:10:04 +04:00
parent 6621ba2f15
commit 1a3bb3eebd
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@ name: Website CI
on: on:
push: push:
branches: [ '*' ] branches:
- master
paths: paths:
- 'website/**' - 'website/**'
- '.github/workflows/website-ci.yml' - '.github/workflows/website-ci.yml'

View File

@ -445,7 +445,7 @@ class App extends Component<RouteComponentProps, State> {
paddingBottom: "60px", paddingBottom: "60px",
}}> }}>
<Helmet> <Helmet>
<title>LingDocs Dictionary - Dev Branch</title> <title>LingDocs Pashto Dictionary - Dev Branch</title>
</Helmet> </Helmet>
{this.state.options.searchBarPosition === "top" && <SearchBar {this.state.options.searchBarPosition === "top" && <SearchBar
state={this.state} state={this.state}