minor text change
This commit is contained in:
@ -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) => (
|
||||
|
Reference in New Issue
Block a user