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:
push:
branches: [ '*' ]
branches:
- master
paths:
- 'website/**'
- '.github/workflows/website-ci.yml'

View File

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