Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasnayeen authored and github-actions[bot] committed Jul 17, 2024
1 parent d2623d8 commit c6de27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function breadcrumb(): array
return [
[
'text' => $title = Xumina::getCurrentPanel()->getRootPage()::getPageTitle(),
'url' => route('xumina.' . Str::kebab(Xumina::getCurrentPanel()->getName()) . '.' . Str::kebab($title)),
'url' => route('xumina.'.Str::kebab(Xumina::getCurrentPanel()->getName()).'.'.Str::kebab($title)),
],
];
}
Expand Down

0 comments on commit c6de27a

Please sign in to comment.