Skip to content

Commit

Permalink
fix: detalles
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelmarain committed Dec 11, 2024
1 parent e9ff74d commit b5b3e4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FrontAdmin/src/components/Pages-Alumnos/CompromisoDePago.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,14 @@ export default function CompromisoDePago() {
p={4}
borderRadius="md"
w="100%"
mt={4}
mt={1}
>
{pdfUrl ? (
<iframe
src={pdfUrl}
width={isMobile ? "100%" : "1000px"}
height={isMobile ? "500px" : "400px"}
style={{ display: 'block', margin: '0 auto' }}
/>
) : error? (
<Text>PDF no disponible</Text>
Expand Down

0 comments on commit b5b3e4b

Please sign in to comment.