We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77bd0a1 commit 134f69aCopy full SHA for 134f69a
web/src/pages/core/public/Playgrounds/Playgrounds.jsx
@@ -222,6 +222,10 @@ export default function Playgrounds() {
222
With Anubis Playgrounds you can run any of the IDEs we provide with one click. No course sign up
223
necessary. Select an IDE, and a version and hit launch to start.
224
</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>
229
</Grid>
230
{availableImages && selectedImage && availableImages.map((image, index) => (
231
<Grid
0 commit comments