Skip to content

Commit 312485a

Browse files
author
mizx
committed
rename apps to 1/2/3 respectively
1 parent e13b0e0 commit 312485a

34 files changed

+24
-24
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ The demo is annotated so navigate through the demos and apps available.
1111

1212
Included apps:
1313

14-
- Alpha App: [http://localhost:3001](http://localhost:3001)
15-
- Bravo App: [http://localhost:3002](http://localhost:3002)
16-
- Charlie App: [http://localhost:3003](http://localhost:3003)
14+
- App #1: [http://localhost:3001](http://localhost:3001)
15+
- App #2: [http://localhost:3002](http://localhost:3002)
16+
- App #3: [http://localhost:3003](http://localhost:3003)

packages/alpha-app/package.json renamed to packages/app-01/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "alpha-app",
2+
"name": "app-01",
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/alpha-app/src/SideNav.jsx renamed to packages/app-01/src/SideNav.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ export default function SideNav() {
6565
</ListItem>
6666
<ListSubheader>Apps</ListSubheader>
6767
<ListItem button component="a" href="http://localhost:3001">
68-
<ListItemText primary="Alpha" secondary="http://localhost:3001" />
68+
<ListItemText primary="App #1" secondary="http://localhost:3001" />
6969
</ListItem>
7070
<ListItem button component="a" href="http://localhost:3002">
71-
<ListItemText primary="Bravo" secondary="http://localhost:3002" />
71+
<ListItemText primary="App #2" secondary="http://localhost:3002" />
7272
</ListItem>
7373
<ListItem button component="a" href="http://localhost:3003">
74-
<ListItemText primary="Charlie" secondary="http://localhost:3003" />
74+
<ListItemText primary="App #3" secondary="http://localhost:3003" />
7575
</ListItem>
7676
</List>
7777
</Drawer>
File renamed without changes.

0 commit comments

Comments
 (0)