Skip to content

Commit

Permalink
Update docs.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Apr 24, 2024
1 parent 6d86ec1 commit 8db9176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/docs.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</h4>
<div class="list-group mt-5">
@foreach ($sections as $section => $content)
<a href="#{{ Str::of($section)->snake()->replace('.md', '') }}" class="list-group-item list-group-item-action">{{ Str::of($section)->title()->replace('.md', '') }}</a>
<a href="#{{ Str::of($section)->snake()->replace('.md', '') }}" class="list-group-item list-group-item-action text-info">{{ Str::of($section)->title()->replace('.md', '') }}</a>
@endforeach
<a href="/docs/api" class="list-group-item list-group-item-action">API Docs</a>
<a href="/docs/api" class="list-group-item list-group-item-action text-info">API Docs</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 8db9176

Please sign in to comment.