Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jun 26, 2024
1 parent 509d359 commit 2df60a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/views/components/solution.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
</ul>
@endif

{{--
@if($solution->isAiSolution())
This solution is provided by our AI. It might not be 100% accurate.
@endif
--}}

@if(config('error-solutions.enable_runnable_solutions'))
@if($solution instanceof \Spatie\ErrorSolutions\Contracts\RunnableSolution)
<div x-data="{
Expand Down

0 comments on commit 2df60a9

Please sign in to comment.