added link to guidelines as view is not showing full PDF on all devices

This commit is contained in:
Dobromir Popov
2024-03-04 12:55:17 +02:00
parent 34cf8732e1
commit 0793dbb164

View File

@ -59,6 +59,12 @@ const PDFViewerPage = () => {
</React.Fragment>
))}
</div>
<p className="p-2 pb-5">
<a href={pdfFile} className="text-blue-600 hover:text-blue-800 visited:text-purple-600 underline" target='_blank'>
Свали Напътствията
</a>
</p>
<div style={{ width: 'calc(100% - 1rem)', height: '100%', margin: '0 0' }}>
<embed src={pdfFile} type="application/pdf" style={{ width: '100%', height: '100%' }} />
{/* <object data={pdfFile} type="application/pdf" page="2" style={{ width: '100%', height: '100%' }}>