added link to guidelines as view is not showing full PDF on all devices
This commit is contained in:
@ -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%' }}>
|
||||
|
Reference in New Issue
Block a user