Skip to content

Commit

Permalink
fix: fixes page rendering comments initially (calcom#9270)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushMainali123 authored Jun 5, 2023
1 parent 785a08b commit d498988
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/web/pages/getting-started/[[...step]].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,7 @@ const OnboardingPage = (props: IOnboardingPageProps) => {
}
key={router.asPath}>
<Head>
<title>
{APP_NAME} - {t("getting_started")}
</title>
<title>{`${APP_NAME} - ${t("getting_started")}`}</title>
<link rel="icon" href="/favicon.ico" />
</Head>

Expand Down

0 comments on commit d498988

Please sign in to comment.