Skip to content

Commit

Permalink
remove: remove hardcoded route
Browse files Browse the repository at this point in the history
  • Loading branch information
ostafinskim committed May 17, 2024
1 parent 169a0be commit 479a87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/breadcrumbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
Breadcrumbs::for('archive', function (BreadcrumbTrail $trail): void
{
$trail->parent('home');
$trail->push('Visit Us', '/plan-your-visit');
$trail->push('Visit Us', route('visit'));
$trail->push('Exhibition listing',route('exhibitions'));
$trail->push('Archives',route('archive'));
});
Expand Down

0 comments on commit 479a87d

Please sign in to comment.