Commented heading tag on preview
Some checks failed
Gemini PR Review / Gemini PR Review (pull_request) Successful in 17s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 20s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 10s
Laravel Pint / pint (pull_request) Failing after 3m52s
Laravel Larastan / larastan (pull_request) Failing after 4m2s

This commit is contained in:
dhanabalan
2025-12-23 17:52:56 +05:30
parent 3d1b60f0cc
commit 3b02f9e4cd

View File

@@ -35,7 +35,7 @@
{{-- PDF Preview with Fallback --}}
@if($this->pdfPreview)
<div class="mt-6">
<h3 class="text-lg font-medium text-gray-900">Sticker Preview</h3>
{{-- <h3 class="text-lg font-medium text-gray-900">Sticker Preview</h3> --}}
<div class="mt-2 border rounded overflow-hidden bg-gray-50">
<object
data="data:application/pdf;base64,{{ $this->pdfPreview }}"