File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ The Material UI Theme can be adjusted in frontend\src\Theme.tsx
3535** TODO:**
3636- [ ] Basic Backend Testing
3737- [ ] Frontend Testing (React Testing Library)
38- - [ ] Readme (setup and how to remove remnants of dummy stuff)
38+ - [x ] Readme (setup and how to remove remnants of dummy stuff)
3939- [x] Material UI Theme
4040- [ ] Auto redirect to login with Failed Request
4141- [ ] Auto Generation of Left Nav based on Routes?
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ function Home(props: AuthProps) {
6262 return (
6363 < React . Fragment >
6464 < CssBaseline />
65- < Typography className = { classes . title } align = "center" variant = "h4 " color = "textPrimary" > Hello You! </ Typography >
65+ < Typography className = { classes . title } align = "center" variant = "h3 " color = "textPrimary" > HelloYou </ Typography >
6666 < Container fixed className = { classes . container } >
6767 < Grid container alignItems = "center" spacing = { 3 } >
6868 < Grid item xs = { 6 } >
@@ -91,7 +91,7 @@ function Home(props: AuthProps) {
9191 < Grid item xs = { 6 } >
9292 < Paper className = { classes . title } elevation = { 0 } >
9393 < Typography variant = "h6" >
94- Response from Backend: < span > </ span >
94+ Backend Response : < span > </ span >
9595 </ Typography >
9696 < Typography variant = "body1" >
9797 { helloName }
You can’t perform that action at this time.
0 commit comments