Skip to content

Commit

Permalink
fix: breadcrumbs menu flag variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbyrElan committed Nov 6, 2024
2 parents aadf7da + 6a212ac commit 12092a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/breadcrumbs.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$breadcrumbs => array // ['display_name', 'relative_url']
--}}
<nav id="breadcrumbs-menu" class="breadcrumbs mt-6 mb-2 print:mt-0 max-w-screen-3xl px-4 mx-auto" aria-label="Breadcrumbs">
<ul class="text-sm @if(!empty($base['banner']))mt:w-4/5 @endif">
<ul class="text-sm @if(!empty($base['flag']))mt:w-4/5 @endif">
@foreach($breadcrumbs as $key=>$crumb)
@if($key == 0)
<li class="inline">
Expand Down

0 comments on commit 12092a6

Please sign in to comment.