diff --git a/src/pages/startPage/StartPage.tsx b/src/pages/startPage/StartPage.tsx
index 62e48ebe..d4944a5d 100755
--- a/src/pages/startPage/StartPage.tsx
+++ b/src/pages/startPage/StartPage.tsx
@@ -12,6 +12,7 @@ import {
useMediaQuery,
useTheme,
} from "@mui/material";
+import { Link } from "react-router-dom";
import BackArrowIcon from "@icons/BackArrowIcon";
import NavMenuItem from "@ui_kit/Header/NavMenuItem";
import EyeIcon from "@icons/EyeIcon";
@@ -64,11 +65,13 @@ export default function StartPage() {
zIndex: theme.zIndex.drawer + 1,
}}
>
- {isMobile ? (
-
- ) : (
-
- )}
+
+ {isMobile ? (
+
+ ) : (
+
+ )}
+
-
diff --git a/src/ui_kit/switchStepPages.tsx b/src/ui_kit/switchStepPages.tsx
index 0422da77..50fa0f2b 100755
--- a/src/ui_kit/switchStepPages.tsx
+++ b/src/ui_kit/switchStepPages.tsx
@@ -27,6 +27,7 @@ export default function SwitchStepPages({
if (!startpage) return ;
return ;
case 2:
+ if (quizType === "form") return ;
return ;
case 3:
if (!createResult) return ;