Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JibayMcs authored and github-actions[bot] committed Apr 17, 2024
1 parent 283b976 commit 1f41400
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/filament-tour.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// config for JibayMcs/FilamentTour
return [

'only_visible_once' => true,
'only_visible_once' => true,
'enable_css_selector' => false,

'tour_prefix_id' => 'tour_',
'tour_prefix_id' => 'tour_',
'highlight_prefix_id' => 'highlight_',
];
2 changes: 1 addition & 1 deletion src/Tour/HasTour.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function constructTours($class): array
$this->setRoute($tour->getRoute());
}

$steps = json_encode(collect($tour->getSteps())->mapWithKeys(function (Step $step, $item) use ($tour, $prefixId) {
$steps = json_encode(collect($tour->getSteps())->mapWithKeys(function (Step $step, $item) use ($tour) {

$data[$item] = [
'uncloseable' => $step->isUncloseable(),
Expand Down

0 comments on commit 1f41400

Please sign in to comment.