From e6531f397f3922f7d5fe7113994b0fec848f357a Mon Sep 17 00:00:00 2001 From: midhun-aot Date: Tue, 30 Jan 2024 09:25:38 -0800 Subject: [PATCH] fixed the text and updatd the style --- .../forms-flow-web/src/components/Denied/index.js | 2 +- .../forms-flow-web/src/components/Denied/pagenotfound.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js index 9e05d062..2bb9223e 100644 --- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js @@ -20,7 +20,7 @@ const NotFound = React.memo(({ errorMessage, errorCode }) => { }); NotFound.defaultProps = { - errorMessage: "You do not have sufficient permissions to access this page. Please contact support " + SUPPORT_EMAIL + " for further clarification.", + errorMessage: "You do not have sufficient permissions to access this page. Please contact " + SUPPORT_EMAIL + " for further clarification.", errorCode: "403", }; diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/pagenotfound.scss b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/pagenotfound.scss index bfd5efa1..01cff759 100644 --- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/pagenotfound.scss +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/pagenotfound.scss @@ -46,7 +46,7 @@ body { .small-fontsize { - font-size: 25px !important; + font-size: 1.3vw !important; } .circles .circle.small {