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

Commit

Permalink
🐛 page title
Browse files Browse the repository at this point in the history
page title

🐛 Bugfix
  • Loading branch information
TimMikeladze committed Dec 29, 2022
1 parent 0a44a43 commit 76da18f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/locales/en/common.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appName": "\uD83C\uDDF3 \uD83D\uDE80 \uD83D\uDE0A",
"pageTitle": "\uD83C\uDDF3 \uD83D\uDE80 \uD83D\uDE0A next-apollo-joy-starter",
"pageTitle": "\uD83C\uDDF3 \uD83D\uDE80 \uD83D\uDE0A - A slightly opinionated starter kit for Next.js. Spend more time building instead of configuring your next project.",
"seoTitle": "\uD83C\uDDF3 \uD83D\uDE80 \uD83D\uDE0A next-apollo-joy-starter",
"seoDescription": "A slightly opinionated starter kit for Next.js. Spend more time building instead of configuring your next project.",
"slogan": "A slightly opinionated starter kit for Next.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/AppPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const AppPage = (props: PropsWithChildren) => {
return (
<>
<Head>
<title>{t(`appName`)}</title>
<title>{t(`pageTitle`)}</title>
</Head>
<Sheet
sx={{
Expand Down
1 change: 0 additions & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const MyApp = ({
name="viewport"
content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no, user-scalable=no, viewport-fit=cover"
/>
<title>{t(`pageTitle`)}</title>
</Head>
<AppBase>
<AppPage>
Expand Down

1 comment on commit 76da18f

@vercel
Copy link

@vercel vercel bot commented on 76da18f Dec 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.