diff --git a/README.md b/README.md index fe32d19811..d99723bbbd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ The Source Academy () is an immersive online experiential environment for learning programming. It is developed by a community of learners (also called "Source Academy") who use the book [Structure and Interpretation of Computer Programs, JavaScript Adaptation](https://source-academy.github.io/sicpjs) (SICP JS). This repository houses the sources for the frontend of the Source Academy, written in ReactJS with Redux. ## Features + - Playground to write and test programs - Built-in Debugger and Visualizer to interact with your programs - Missions/Quests/Contests to solve challenging problems while learning about programming fundamentals diff --git a/src/commons/application/Application.tsx b/src/commons/application/Application.tsx index bda696a89b..f3fdd74e06 100644 --- a/src/commons/application/Application.tsx +++ b/src/commons/application/Application.tsx @@ -158,7 +158,7 @@ const Application: React.FC = props => { /> )} - + {fullPaths}