Skip to content

Commit fcd85d6

Browse files
committed
Change publish icon of publish action
1 parent 5c5471b commit fcd85d6

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
@@ -70,7 +70,7 @@ public function setUp(): void
7070
if ($page->isPublished()) {
7171
return 'heroicon-o-eye-slash';
7272
} else {
73-
return 'heroicon-o-eye';
73+
return 'heroicon-o-globe';
7474
}
7575
});
7676
$this->color('secondary');

0 commit comments

Comments
 (0)