Merge commit 'a26f2c5add0920e209cdb1d0d991f8537d871813' into production

This commit is contained in:
Dobromir Popov
2024-03-04 11:03:51 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ const PDFViewerPage = ({ pdfFiles }) => {
return (
<Layout>
<h1 className="text-3xl font-bold">Разрешения</h1>
<h1 className="text-3xl font-bold">Разрешителни</h1>
<div style={{ width: '100%', height: 'calc(100vh - 100px)' }}> {/* Adjust the 100px based on your header/footer size */}
{pdfFiles.map((file, index) => (