Skip to content

Commit

Permalink
feat: replace with article tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dasundev committed Apr 6, 2024
1 parent 1d527ac commit deb17a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/pages/errors/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<x-error :$error class="bg-amber-200 hover:bg-amber-200" />
</div>
</div>
<div class="prose prose-amber max-w-5xl mx-auto py-10 px-5">
<article class="prose prose-amber max-w-5xl mx-auto py-10 px-5">
@markdown($error->solution)
</div>
</article>
</div>

0 comments on commit deb17a6

Please sign in to comment.