fix: fixes page rendering comments initially (#9270)
parent
785a08ba2c
commit
d498988bd4
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue