Update notification-settings.tsx

This commit is contained in:
MacRimi
2026-03-17 14:13:39 +01:00
parent 0cb8900374
commit ac71057a3d

View File

@@ -760,6 +760,7 @@ export function NotificationSettings() {
} }
return ( return (
<>
<Card> <Card>
<CardHeader> <CardHeader>
<div className="flex items-center justify-between"> <div className="flex items-center justify-between">
@@ -1544,5 +1545,6 @@ export function NotificationSettings() {
</div> </div>
</DialogContent> </DialogContent>
</Dialog> </Dialog>
</>
) )
} }