Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Hata düzeltmeleri
Browse files Browse the repository at this point in the history
  • Loading branch information
ayberktandogan committed Oct 12, 2019
1 parent a90ef6f commit b775b1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "puzzlefront",
"name": "forfansubsfront",
"version": "2.0.0",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/disqus/disqus.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function DisqusBox(props) {
<Typography variant="body1">Küfür etmek yasaktır.</Typography>
<Typography variant="body1">Spoiler vermek yasaktır.</Typography>
</Box>
<Disqus.DiscussionEmbed shortname="puzzlesubs-com" config={config} />
<Disqus.DiscussionEmbed shortname={process.env.REACT_APP_DISQUS_SHORTNAME} config={config} />
</>
)
}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/ara/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ export default function SearchPage(props) {
)
}

const title = `PuzzleSubs Anime & Manga Ara Türkçe İzle`
const desc = `PuzzleSubs Anime ve Manga arama motoru. Türlere göre anime ve manga arayabilir, konularına göz atabilirsiniz.`
const title = `${process.env.REACT_APP_SITENAME} Anime & Manga Ara Türkçe İzle`
const desc = `${process.env.REACT_APP_SITENAME} Anime ve Manga arama motoru. Türlere göre anime ve manga arayabilir, konularına göz atabilirsiniz.`

return (
<>
Expand Down

0 comments on commit b775b1d

Please sign in to comment.