Spaces:
Running
Running
Update src/pages/GettingStarted.jsx
Browse files
src/pages/GettingStarted.jsx
CHANGED
|
@@ -531,7 +531,7 @@ export default function GettingStarted() {
|
|
| 531 |
sx={{ width: 220, height: 220, mb: 3 }}
|
| 532 |
/>
|
| 533 |
<Typography variant="h4" sx={{ mb: 2 }}>
|
| 534 |
-
Want to
|
| 535 |
</Typography>
|
| 536 |
<Typography variant="body1" sx={{ mb: 4, opacity: 0.8, maxWidth: 500, mx: 'auto' }}>
|
| 537 |
Learn how to code with the Python SDK, create custom experiences,
|
|
@@ -541,12 +541,12 @@ export default function GettingStarted() {
|
|
| 541 |
variant="contained"
|
| 542 |
size="large"
|
| 543 |
component="a"
|
| 544 |
-
href="https://github.com/pollen-robotics/reachy_mini"
|
| 545 |
target="_blank"
|
| 546 |
rel="noopener noreferrer"
|
| 547 |
sx={{ px: 4 }}
|
| 548 |
>
|
| 549 |
-
Go to
|
| 550 |
</Button>
|
| 551 |
</Box>
|
| 552 |
</Container>
|
|
|
|
| 531 |
sx={{ width: 220, height: 220, mb: 3 }}
|
| 532 |
/>
|
| 533 |
<Typography variant="h4" sx={{ mb: 2 }}>
|
| 534 |
+
Want to create your own apps?
|
| 535 |
</Typography>
|
| 536 |
<Typography variant="body1" sx={{ mb: 4, opacity: 0.8, maxWidth: 500, mx: 'auto' }}>
|
| 537 |
Learn how to code with the Python SDK, create custom experiences,
|
|
|
|
| 541 |
variant="contained"
|
| 542 |
size="large"
|
| 543 |
component="a"
|
| 544 |
+
href="https://github.com/pollen-robotics/reachy_mini?tab=readme-ov-file#-apps--ecosystem"
|
| 545 |
target="_blank"
|
| 546 |
rel="noopener noreferrer"
|
| 547 |
sx={{ px: 4 }}
|
| 548 |
>
|
| 549 |
+
Go to Create Guide →
|
| 550 |
</Button>
|
| 551 |
</Box>
|
| 552 |
</Container>
|