feat: allow specifying mui icon for notification

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
This commit is contained in:
Heikki Hellgren
2023-12-18 08:34:51 +02:00
parent fb8fc24df0
commit 62141acaee
10 changed files with 98 additions and 30 deletions
@@ -30,6 +30,7 @@ export default async function createPlugin(
title: 'Test',
description: 'This is test notification',
link: '/catalog',
icon: 'SwapHorizRounded',
});
notifications++;
}