Skip to content

Commit 7a849fe

Browse files
ErioldDaniel Montoya
andauthored
fix(): se corrige margin para cada linea prueba cv (#660)
Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
1 parent fbf2106 commit 7a849fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/documentation/pages/Organisms/Resources.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ const dataFakeEvents = [
3939
{
4040
id: '5',
4141
resourceType: 'url',
42-
resourceTitle: 'Enlace recomendado 1',
43-
resourceDetail: 'El fundador de OpenAI habla sobre el futuro ',
42+
resourceTitle: 'Seminario Principios de Agilidad y Transforamcion Digital',
43+
resourceDetail: 'Ingresa con la siguiente clave: EEClas.2025',
4444
resourceLink: 'https://www.oas.org/juridico/spanish/mesicic2_col_ley_30_sp.pdf',
4545
resourceTextDownload: 'Ir al recurso',
4646
},

src/organisms/Resources/Resources.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ export const Resources: FC<ResourcesProps> = ({
9292
</Box>
9393
<Box
9494
width="285px"
95-
height="107px"
95+
height="auto"
9696
justifyContent="center"
9797
textAlign="center"
9898
display="grid"
99-
// gap="8px"
99+
gap="8px"
100100
padding="1rem"
101101
>
102102
<Box>

0 commit comments

Comments
 (0)