We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8ee84 commit 609a8d2Copy full SHA for 609a8d2
public/uploads/notification/ntfy.png
33.1 KB
src/components/NotificationSystem.tsx
@@ -33,6 +33,11 @@ const NotificationSystem = () => {
33
logo: "/uploads/notification/signal.png",
34
alt: "Signal notifications"
35
},
36
+ {
37
+ name: "Ntfy",
38
+ logo: "/uploads/notification/ntfy.png",
39
+ alt: "Signal notifications"
40
+ },
41
{
42
name: "Webhook",
43
logo: "/uploads/notification/webhook.png",
0 commit comments