fix: Fix Slack logo

This commit is contained in:
2024-03-13 09:02:55 +01:00
parent 8d49154be3
commit 4afa06a1c8
3 changed files with 6 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ export function SlackNotificationListItem({ notification, mutate }: Notification
<List.Item
key={notification.id}
title={notification.title}
icon={{ source: { light: "github-logo-dark.svg", dark: "github-logo-light.svg" } }}
icon={{ source: { light: "slack-logo-dark.svg", dark: "slack-logo-light.svg" } }}
subtitle={subtitle}
accessories={accessories}
actions={