Skip to content

Commit 609a8d2

Browse files
committed
Added ntfy notification channel
1 parent ac8ee84 commit 609a8d2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
33.1 KB
Loading

src/components/NotificationSystem.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ const NotificationSystem = () => {
3333
logo: "/uploads/notification/signal.png",
3434
alt: "Signal notifications"
3535
},
36+
{
37+
name: "Ntfy",
38+
logo: "/uploads/notification/ntfy.png",
39+
alt: "Signal notifications"
40+
},
3641
{
3742
name: "Webhook",
3843
logo: "/uploads/notification/webhook.png",

0 commit comments

Comments
 (0)