Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
closes #162
  • Loading branch information
marcopeocchi committed Jun 30, 2024
1 parent 0daf367 commit 98f0ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
- 3033:3033
volumes:
- <your dir>:/downloads # replace <your dir> with a directory on your host system
- <your dir>:/config # directory where config.yml will be stored
healthcheck:
test: curl -f http://localhost:3033 || exit 1
restart: unless-stopped
2 changes: 1 addition & 1 deletion frontend/src/views/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export default function Settings() {
</Grid>
</Grid>
<Typography variant="h6" color="primary" sx={{ mt: 0.5, mb: 2 }}>
Appaerance
Appearance
</Typography>
<Grid container spacing={2}>
<Grid item xs={12} md={6}>
Expand Down

0 comments on commit 98f0ea3

Please sign in to comment.