Skip to content

Commit

Permalink
Update show.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo authored Jun 27, 2024
1 parent b8da090 commit 3c72b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/blade-icons/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{ $icon->name }}
</x-markdown>
</div>
@if(auth()->user()->type === \App\Models\UserType::SuperAdmin)
@if(app()->isLocal())
<div class="w-full mt-6">
<x-buku-icons::h5>Use outside of blade</x-buku-icons::h5>
<x-markdown class="mt-2 font-medium prose-sm prose bg-gray-700 rounded text-gray-50 sm:text-base">```
Expand Down

0 comments on commit 3c72b60

Please sign in to comment.