Skip to content

Commit b67c4f3

Browse files
committed
Add component identifier class
1 parent 285f7fe commit b67c4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/resources/views/components/docs/table-of-contents.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@props(['items'])
22

3-
<ul class="py-3 space-y-1.5">
3+
<ul class="table-of-contents py-3 space-y-1.5">
44
@foreach($items as $item)
55
<li>
66
<a href="#{{ $item['slug'] }}"

0 commit comments

Comments
 (0)