From d498988bd4b1a4685d4a862c06a51c2b16c33e7f Mon Sep 17 00:00:00 2001 From: Ayush Mainali <49358949+AyushMainali123@users.noreply.github.com> Date: Mon, 5 Jun 2023 15:40:10 +0545 Subject: [PATCH] fix: fixes page rendering comments initially (#9270) --- apps/web/pages/getting-started/[[...step]].tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/web/pages/getting-started/[[...step]].tsx b/apps/web/pages/getting-started/[[...step]].tsx index 1c53282b29..4f3ca94a2f 100644 --- a/apps/web/pages/getting-started/[[...step]].tsx +++ b/apps/web/pages/getting-started/[[...step]].tsx @@ -117,9 +117,7 @@ const OnboardingPage = (props: IOnboardingPageProps) => { } key={router.asPath}> - - {APP_NAME} - {t("getting_started")} - + {`${APP_NAME} - ${t("getting_started")}`}