chore: corrected event-types icons (#13173)

This commit is contained in:
Peer Richelsen 2024-01-11 21:42:29 +00:00 committed by GitHub
parent 684575d0a4
commit f25605ef4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ function getNavigation(props: {
{
name: "workflows",
href: `/event-types/${eventType.id}?tabName=workflows`,
icon: PhoneCall,
icon: Zap,
info: `${enabledWorkflowsNumber} ${t("active")}`,
},
];
@ -219,7 +219,7 @@ function EventTypeSingleLayout({
navigation.push({
name: "instant_tab_title",
href: `/event-types/${eventType.id}?tabName=instant`,
icon: Zap,
icon: PhoneCall,
info: `instant_event_tab_description`,
});
}