Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cannonb4ll committed Sep 23, 2024
1 parent 8e442d4 commit 4566fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/item.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class="float-right inline-flex items-center justify-center h-8 px-3 pt-1.5 pr-8

<div class="border-t dark:border-white/10"></div>

<div class="p-4 prose break-words dark:text-gray-400">
<div class="p-4 prose dark:prose-invert break-words dark:text-gray-400">
{!! str($item->content)->markdown()->sanitizeHtml() !!}
</div>
</x-card>
Expand Down

0 comments on commit 4566fda

Please sign in to comment.