Skip to content

Commit

Permalink
#51: Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
netzwerg committed Feb 4, 2022
1 parent 568103f commit ca0c0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const useStyles = makeStyles()({
export const App = () => {
const { classes } = useStyles()
return (
<div className="App">
<>
<AppBar>
<Toolbar className={classes.toolbar}>
<Typography>{`React You Do You – v${import.meta.env.VITE_APP_VERSION}`}</Typography>
Expand All @@ -39,6 +39,6 @@ export const App = () => {
<ChatHistory />
</div>
<ChatErrors />
</div>
</>
)
}

0 comments on commit ca0c0fd

Please sign in to comment.