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 {