1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-05-15 03:56:12 +02:00

Attachments

This commit is contained in:
Philipp Heckel 2022-03-03 14:51:56 -05:00
parent 7dfb2d50c7
commit f9219d2d96
10 changed files with 185 additions and 33 deletions
web/src/components

View file

@ -35,7 +35,7 @@ import DialogActions from "@mui/material/DialogActions";
const Preferences = (props) => {
return (
<Container maxWidth="lg" sx={{marginTop: 3, marginBottom: 3}}>
<Container maxWidth="md" sx={{marginTop: 3, marginBottom: 3}}>
<Stack spacing={3}>
<Notifications/>
<DefaultServer/>