Skip to content

Commit

Permalink
Change icon for integration create
Browse files Browse the repository at this point in the history
  • Loading branch information
corneelwille authored Jun 7, 2024
1 parent 2ad0f4d commit eb8bb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Notifications/Slack/SlackMessageBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function toMessage(Integration $integration): string
private function getStatusEmoji(IntegrationStatus $integrationStatus): string
{
return match ($integrationStatus) {
IntegrationStatus::Draft => ':construction:',
IntegrationStatus::Draft => ':tada:',
IntegrationStatus::Active => ':white_check_mark:',
IntegrationStatus::Blocked => ':no_entry:',
IntegrationStatus::Deleted => ':x:',
Expand Down

0 comments on commit eb8bb5e

Please sign in to comment.