#116 - changed home-office icon

This commit is contained in:
EwelinaLasowy
2022-04-26 08:49:32 +02:00
parent ae1f6e066b
commit 4ecabeba0d
3 changed files with 9 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ class SendDailySummaryToSlack extends Command
$remoteAttachment = Attachment::create()
->setTitle("Praca zdalna :house_with_garden:")
->setColor("#d946ef")
->setColor("#527aba")
->setText($remoteDays->isNotEmpty() ? $remoteDays->implode("\n") : "Wszyscy dzisiaj są w biurze :boom:");
$birthdayAttachment = Attachment::create()