Skip to content

Commit 6802975

Browse files
stengithub-actions[bot]
authored andcommitted
Fix styling
1 parent 34956ec commit 6802975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/PageResource/Pages/ManagePageTree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ protected function getFooterWidgets(): array
7878
public function getTreeRecordIcon(?Model $record = null): ?string
7979
{
8080
/** @var HasPageAttributes $record */
81-
return $record?->isPublished() ? null : 'heroicon-o-eye-slash' ;
81+
return $record?->isPublished() ? null : 'heroicon-o-eye-slash';
8282
}
8383
}

0 commit comments

Comments
 (0)