Skip to content

Commit 57c2483

Browse files
committed
minor changes
1 parent 4780ae6 commit 57c2483

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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?

frontend/src/components/Home.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>&nbsp;</span>
94+
Backend Response: <span>&nbsp;</span>
9595
</Typography>
9696
<Typography variant="body1" >
9797
{helloName}

0 commit comments

Comments
 (0)