From d7c8b8ba053a276e4a2c04616f3d6163b4d2a57d Mon Sep 17 00:00:00 2001 From: Arnau Zapata Delgado Date: Fri, 14 Jul 2023 11:58:35 +0200 Subject: [PATCH] fix error hydratate --- src/pages/index.tsx | 12 ++++++------ src/pages/validateQR/index.tsx | 14 +++++++------- src/pages/validateQR/style.tsx | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 759a4ef..371350e 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -69,14 +69,14 @@ const FileVerification: NextPage<{}> = () => { lg={{ span: 14, push: 2 }} xl={{ span: 10, push: 3 }} > - - + + Izertis te permite contrastar un documento en tu poder con un documento previamente notarizado en la RedT de Alastria.
Para poder hacer la verificación adjunta tu archivo y haz click en “ENVIAR”. -
-
+ + @@ -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%; diff --git a/src/pages/validateQR/index.tsx b/src/pages/validateQR/index.tsx index 8e3257d..1a78173 100644 --- a/src/pages/validateQR/index.tsx +++ b/src/pages/validateQR/index.tsx @@ -131,13 +131,13 @@ const ValidateQR: NextPage<{}> = () => { lg={{ span: 14, push: 2 }} xl={{ span: 10, push: 3 }} > - - - Izertis te permite contrastar cualquier documento notarizado en blockchain en la Red T de Alastria. -
- 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. -
-
+ + + Izertis te permite contrastar cualquier documento notarizado en blockchain en la Red T de Alastria. +
+ 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. +
+
diff --git a/src/pages/validateQR/style.tsx b/src/pages/validateQR/style.tsx index 485d919..0c39687 100644 --- a/src/pages/validateQR/style.tsx +++ b/src/pages/validateQR/style.tsx @@ -25,7 +25,7 @@ export const IndexTitle = styled(PageTitle)` `} ` -export const IndexParagraph = styled(DescriptionText)` +export const IndexParagraph = styled.div` margin-bottom: 64px; `