mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-05-15 03:56:12 +02:00
Attachments
This commit is contained in:
parent
7dfb2d50c7
commit
f9219d2d96
10 changed files with 185 additions and 33 deletions
web/src/components
|
@ -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/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue