Skip to content

Commit

Permalink
[MDS-5644]updating test enviornment banner and adding core home page …
Browse files Browse the repository at this point in the history
…link (#2878)

* updating test enviornment banner and adding core home page link

* correction in public engagement tool url
  • Loading branch information
asinn134 authored Jan 10, 2024
1 parent cab8d56 commit c6b228e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/core-web/src/components/common/WarningBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const defaultProps = {
const testWarningData = {
message: "This is the Core test site",
description:
"Features and layout could differ from the live production site and data entered in this system will not be saved.",
"This site is used to test developing and existing features in Core. The live production site may have different features and a different layout, and data entered into this system won't be displayed there.",
};

const mobileWarningData = {
Expand Down
4 changes: 4 additions & 0 deletions services/core-web/src/components/homepage/HomeSidePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ const ExternalLinksSection = () => {
title: "First Nation Consultation System",
url: "https://apps.nrs.gov.bc.ca/int/fncs",
},
{
title: "Regional Mines Public Engagement Tool Portal",
url: "https://www.gov.bc.ca/minesengagement",
},
];
return linkWidget("External Links", links);
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`WarningBanner renders properly 1`] = `
closable={true}
description={
<ForwardRef(Text)>
Features and layout could differ from the live production site and data entered in this system will not be saved.
This site is used to test developing and existing features in Core. The live production site may have different features and a different layout, and data entered into this system won't be displayed there.
</ForwardRef(Text)>
}
icon={
Expand Down

0 comments on commit c6b228e

Please sign in to comment.