Skip to content

Commit 53f479b

Browse files
committed
publish and depublish icons changed
1 parent f7d65f1 commit 53f479b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filament/Table/Actions/PublishAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function setUp(): void
6565
$this->icon(function (Model&HasPageAttributes $record) {
6666
$isPublished = $record->isPublished();
6767

68-
return $isPublished ? Heroicon::DocumentArrowDown : Heroicon::DocumentArrowUp;
68+
return $isPublished ? Heroicon::EyeSlash : Heroicon::GlobeAlt;
6969
});
7070
$this->color('gray');
7171
}

0 commit comments

Comments
 (0)