Skip to content

Commit

Permalink
fixed the text and updatd the style
Browse files Browse the repository at this point in the history
  • Loading branch information
midhun-aot committed Jan 30, 2024
1 parent 261edd0 commit e6531f3
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 e6531f3

Please sign in to comment.