Skip to content

Commit 632d690

Browse files
committed
reorganise information page slightly
1 parent 675a85e commit 632d690

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

interface/src/project/DemoInformation.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class DemoInformation extends Component {
3232
simplify merges should you wish to update your project with future framework changes.
3333
</Typography>
3434
<Typography variant="body1" paragraph>
35-
The demo project interface code is structured as follows:
35+
The demo project interface code stored in the interface/project directory:
3636
</Typography>
3737
<Table className={classes.fileTable}>
3838
<TableHead>
@@ -48,39 +48,39 @@ class DemoInformation extends Component {
4848
<TableBody>
4949
<TableRow>
5050
<TableCell>
51-
project/ProjectMenu.js
51+
ProjectMenu.js
5252
</TableCell>
5353
<TableCell>
5454
You can add your project's screens to the side bar here.
5555
</TableCell>
5656
</TableRow>
5757
<TableRow>
5858
<TableCell>
59-
project/ProjectRouting.js
59+
ProjectRouting.js
6060
</TableCell>
6161
<TableCell>
6262
The routing which controls the screens of your project.
6363
</TableCell>
6464
</TableRow>
6565
<TableRow>
6666
<TableCell>
67-
project/DemoProject.js
67+
DemoProject.js
6868
</TableCell>
6969
<TableCell>
7070
This screen, with tabs and tab routing.
7171
</TableCell>
7272
</TableRow>
7373
<TableRow>
7474
<TableCell>
75-
project/DemoInformation.js
75+
DemoInformation.js
7676
</TableCell>
7777
<TableCell>
7878
The demo information tab.
7979
</TableCell>
8080
</TableRow>
8181
<TableRow>
8282
<TableCell>
83-
project/DemoController.js
83+
DemoController.js
8484
</TableCell>
8585
<TableCell>
8686
The demo controller tab, to control the built-in LED.

0 commit comments

Comments
 (0)