minor text change

This commit is contained in:
Dobromir Popov
2024-03-04 11:03:18 +02:00
parent e098b56f65
commit a26f2c5add

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) => (