Skip to content

Commit

Permalink
Revert "Debug workflow issue"
Browse files Browse the repository at this point in the history
This reverts commit ddb899e.
  • Loading branch information
caendesilva committed Dec 9, 2024
1 parent ddb899e commit 59fc714
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
@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 59fc714

Please sign in to comment.