File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -78,3 +78,6 @@ The server should be available at `http://127.0.0.1/`. This mode will not hot re
78
78
- [ ] Auto redirect to login with Failed Request
79
79
- [ ] Axios Interface for demo API
80
80
- [ ] Update and Pin versions (remove anything unused)
81
+ - [ ] Logging (user login/logout)
82
+ - [ ] Company Name/App Name
83
+ - [ ] Docusaurus help
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ function Home(props: AuthProps) {
133
133
} ;
134
134
135
135
return (
136
- < React . Fragment >
136
+ < >
137
137
< CssBaseline />
138
138
< Container fixed className = { classes . container } >
139
139
< Grid container spacing = { 3 } >
@@ -197,7 +197,7 @@ function Home(props: AuthProps) {
197
197
</ Grid >
198
198
</ Grid >
199
199
</ Container >
200
- </ React . Fragment >
200
+ </ >
201
201
)
202
202
}
203
203
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default function Footer() {
7
7
return (
8
8
< Typography variant = "body2" color = "textSecondary" align = "center" >
9
9
{ 'Copyright © ' }
10
- < Link color = "inherit" href = "https://github.com/emilefrey/django-react-postgres-boilerplate " >
10
+ < Link color = "inherit" href = "" >
11
11
{ APP_NAME }
12
12
</ Link > { ' ' }
13
13
{ new Date ( ) . getFullYear ( ) }
You can’t perform that action at this time.
0 commit comments