fix: fixes page rendering comments initially (#9270)

pull/9333/head
Ayush Mainali 2023-06-05 15:40:10 +05:45 committed by GitHub
parent 785a08ba2c
commit d498988bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -117,9 +117,7 @@ const OnboardingPage = (props: IOnboardingPageProps) => {
} }
key={router.asPath}> key={router.asPath}>
<Head> <Head>
<title> <title>{`${APP_NAME} - ${t("getting_started")}`}</title>
{APP_NAME} - {t("getting_started")}
</title>
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
</Head> </Head>