Skip to content

Commit

Permalink
Merge pull request #612 from bcgov/SRS-197-new
Browse files Browse the repository at this point in the history
fixed the text and updatd the style
  • Loading branch information
nikhila-aot authored Jan 31, 2024
2 parents 2b6c3f1 + 5262b0f commit 49a62c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ body {

.small-fontsize
{
font-size: 25px !important;
font-size: 1.3vw !important;
}

.circles .circle.small {
Expand Down

0 comments on commit 49a62c9

Please sign in to comment.