Skip to content

Commit

Permalink
Debug workflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 9, 2024
1 parent 8c7bc01 commit ddb899e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
@if(! empty($items))
<ul @class([$isChild ? 'pl-2' : 'table-of-contents pb-3'])>
@foreach($items as $item)
@if(! isset($item['identifier']))
@dd($item);
@endif
<li class="my-0.5">
<a href="#{{ $item['identifier'] }}" class="-ml-8 pl-8 opacity-80 hover:opacity-100 hover:bg-gray-200/20 transition-all duration-300">
<span class="text-[75%] opacity-50 hover:opacity-100 transition-opacity duration-300">#</span>
Expand Down

0 comments on commit ddb899e

Please sign in to comment.