diff --git a/src/components/HomeIntro.tsx b/src/components/HomeIntro.tsx
index 0788289..0870c5e 100644
--- a/src/components/HomeIntro.tsx
+++ b/src/components/HomeIntro.tsx
@@ -63,9 +63,11 @@ function WavyLine() {
export function HomeIntro({
activeStep,
showIntro,
+ isMobile = false,
}: {
activeStep: string | null;
showIntro: boolean;
+ isMobile?: boolean;
}) {
const [open, setOpen] = useState(
activeStep === null ||
@@ -122,7 +124,7 @@ export function HomeIntro({
front-ends.
+ This interactive tutorial requires features not available on + mobile browsers. Please visit on a desktop computer. +
+ )}