Skip to content

Commit

Permalink
fix error hydratate
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnau Zapata Delgado authored and Arnau Zapata Delgado committed Jul 14, 2023
1 parent 851d6d8 commit d7c8b8b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ const FileVerification: NextPage<{}> = () => {
lg={{ span: 14, push: 2 }}
xl={{ span: 10, push: 3 }}
>
<Paragraph>
<IndexParagraph data-cy="first-paragraph">
<IndexParagraph data-cy="first-paragraph">
<Paragraph>
Izertis te permite contrastar un documento en tu poder con un
documento previamente notarizado en la RedT de Alastria. <br />
Para poder hacer la verificación adjunta tu archivo y haz click
en “ENVIAR”.
</IndexParagraph>
</Paragraph>
</Paragraph>
</IndexParagraph>
</Col>
</Row>

Expand Down Expand Up @@ -153,9 +153,9 @@ const IndexTitle = styled(PageTitle)`
`}
`

const IndexParagraph = styled(DescriptionText)`
const IndexParagraph = styled.div`
margin-bottom: 64px;
`
`

const IndexUploadContainer = styled(Upload)`
width: 100%;
Expand Down
14 changes: 7 additions & 7 deletions src/pages/validateQR/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ const ValidateQR: NextPage<{}> = () => {
lg={{ span: 14, push: 2 }}
xl={{ span: 10, push: 3 }}
>
<Paragraph>
<IndexParagraph data-cy="first-paragraph">
Izertis te permite contrastar cualquier documento notarizado en blockchain en la Red T de Alastria.
<br />
Para verificar el documento del que has escaneado el QR, debes pulsar el botón VERIFICAR. Si lo deseas, puedes descargarte una copia del mismo en el botón DESCARGAR.
</IndexParagraph>
</Paragraph>
<IndexParagraph data-cy="first-paragraph">
<Paragraph>
Izertis te permite contrastar cualquier documento notarizado en blockchain en la Red T de Alastria.
<br />
Para verificar el documento del que has escaneado el QR, debes pulsar el botón VERIFICAR. Si lo deseas, puedes descargarte una copia del mismo en el botón DESCARGAR.
</Paragraph>
</IndexParagraph>
</Col>
</Row>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/validateQR/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const IndexTitle = styled(PageTitle)`
`}
`

export const IndexParagraph = styled(DescriptionText)`
export const IndexParagraph = styled.div`
margin-bottom: 64px;
`

Expand Down

0 comments on commit d7c8b8b

Please sign in to comment.