Skip to content

Commit

Permalink
ADD request text to playgrounds page
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Feb 6, 2022
1 parent 77bd0a1 commit 134f69a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/src/pages/core/public/Playgrounds/Playgrounds.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ export default function Playgrounds() {
With Anubis Playgrounds you can run any of the IDEs we provide with one click. No course sign up
necessary. Select an IDE, and a version and hit launch to start.
</Typography>
<Typography variant={'body2'} component={'small'} style={{color: 'grey'}} gutterBottom>
{'Don\'t see an IDE you need? Open an issue on our github ' +
'requesting what you need, and we\'ll see if we can add it!'}
</Typography>
</Grid>
{availableImages && selectedImage && availableImages.map((image, index) => (
<Grid
Expand Down

0 comments on commit 134f69a

Please sign in to comment.