Spaces:
Running
Running
Commit
·
8581fe6
1
Parent(s):
6f31ec1
Chrome and Firefox mention getting started page
Browse files- src/pages/GettingStarted.jsx +11 -1
src/pages/GettingStarted.jsx
CHANGED
|
@@ -495,10 +495,13 @@ export default function GettingStarted() {
|
|
| 495 |
<Typography fontWeight={600}>Enter your Wi-Fi & play!</Typography>
|
| 496 |
</StepLabel>
|
| 497 |
<StepContent>
|
| 498 |
-
<Typography variant="body2" color="text.secondary" sx={{ mb:
|
| 499 |
The robot will restart and connect to your network. Then access the dashboard
|
| 500 |
to explore 30+ apps — from hand tracking to AI conversations!
|
| 501 |
</Typography>
|
|
|
|
|
|
|
|
|
|
| 502 |
<Button
|
| 503 |
variant="contained"
|
| 504 |
size="small"
|
|
@@ -554,3 +557,10 @@ export default function GettingStarted() {
|
|
| 554 |
</Layout>
|
| 555 |
);
|
| 556 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 495 |
<Typography fontWeight={600}>Enter your Wi-Fi & play!</Typography>
|
| 496 |
</StepLabel>
|
| 497 |
<StepContent>
|
| 498 |
+
<Typography variant="body2" color="text.secondary" sx={{ mb: 1 }}>
|
| 499 |
The robot will restart and connect to your network. Then access the dashboard
|
| 500 |
to explore 30+ apps — from hand tracking to AI conversations!
|
| 501 |
</Typography>
|
| 502 |
+
<Typography variant="body2" color="text.secondary" sx={{ mb: 2, fontStyle: 'italic' }}>
|
| 503 |
+
If the dashboard doesn't appear correctly, please use Chrome or Firefox.
|
| 504 |
+
</Typography>
|
| 505 |
<Button
|
| 506 |
variant="contained"
|
| 507 |
size="small"
|
|
|
|
| 557 |
</Layout>
|
| 558 |
);
|
| 559 |
}
|
| 560 |
+
|
| 561 |
+
|
| 562 |
+
|
| 563 |
+
|
| 564 |
+
|
| 565 |
+
|
| 566 |
+
|