Merge pull request 'Commented heading tag on preview' (#69) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s

Reviewed-on: #69
This commit was merged in pull request #69.
This commit is contained in:
2025-12-23 12:23:14 +00:00

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 }}"