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
7878- [ ] Auto redirect to login with Failed Request
7979- [ ] Axios Interface for demo API
8080- [ ] 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) {
133133 } ;
134134
135135 return (
136- < React . Fragment >
136+ < >
137137 < CssBaseline />
138138 < Container fixed className = { classes . container } >
139139 < Grid container spacing = { 3 } >
@@ -197,7 +197,7 @@ function Home(props: AuthProps) {
197197 </ Grid >
198198 </ Grid >
199199 </ Container >
200- </ React . Fragment >
200+ </ >
201201 )
202202}
203203
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default function Footer() {
77 return (
88 < Typography variant = "body2" color = "textSecondary" align = "center" >
99 { 'Copyright © ' }
10- < Link color = "inherit" href = "https://github.com/emilefrey/django-react-postgres-boilerplate " >
10+ < Link color = "inherit" href = "" >
1111 { APP_NAME }
1212 </ Link > { ' ' }
1313 { new Date ( ) . getFullYear ( ) }
You can’t perform that action at this time.
0 commit comments