Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Sep 28, 2023
1 parent cb51e75 commit 7e0cd1b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ protected function assembleHeader(BaseHtmlElement $header): void

$header->addHtml($this->createCaption());
if ($this->item->type === 'opened' || $this->item->type === 'incident_severity_changed') {
$header->add((new SourceIcon(SourceIcon::SIZE_BIG))->addHtml($this->item->event->object->source->getIcon()));
$header->add(
(new SourceIcon(SourceIcon::SIZE_BIG))->addHtml($this->item->event->object->source->getIcon())
);
}

$header->add(new TimeAgo($this->item->time->getTimestamp()));
Expand Down

0 comments on commit 7e0cd1b

Please sign in to comment.