Skip to content

Commit 134f69a

Browse files
committed
ADD request text to playgrounds page
1 parent 77bd0a1 commit 134f69a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/src/pages/core/public/Playgrounds/Playgrounds.jsx

+4
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ export default function Playgrounds() {
222222
With Anubis Playgrounds you can run any of the IDEs we provide with one click. No course sign up
223223
necessary. Select an IDE, and a version and hit launch to start.
224224
</Typography>
225+
<Typography variant={'body2'} component={'small'} style={{color: 'grey'}} gutterBottom>
226+
{'Don\'t see an IDE you need? Open an issue on our github ' +
227+
'requesting what you need, and we\'ll see if we can add it!'}
228+
</Typography>
225229
</Grid>
226230
{availableImages && selectedImage && availableImages.map((image, index) => (
227231
<Grid

0 commit comments

Comments
 (0)