diff --git a/components/noticebanner.js b/components/noticebanner.js index 0e4ae22f..f6b67682 100644 --- a/components/noticebanner.js +++ b/components/noticebanner.js @@ -32,12 +32,16 @@ export default function NoticeBanner(props) { <> {bannerOpenCookie ? (
- + + */} Warning diff --git a/pages/api/notices/index.js b/pages/api/notices/index.js index c9fc5535..1e4be093 100644 --- a/pages/api/notices/index.js +++ b/pages/api/notices/index.js @@ -4,9 +4,9 @@ const ApiResponse = (req, res) => { "value": [ { "notice_en": - "An update has been made to the portal. If you experience problems, try pressing CTRL, Shift and R in your browser (or CMD and R on a Mac), this should force a refresh of your cache.", + "We have updated the Planning Casework service. If you are unable to view your recent activity please refresh your browser.", "notice_cy": - "Mae diweddariad wedi'i wneud i'r porth. Os ydych chi'n cael problemau, ceisiwch wasgu CTRL, Shift ac R yn eich porwr (neu CMD ac R ar Mac), dylai hyn orfodi adnewyddiad o'ch storfa.", + "Rydym wedi diweddaru'r gwasanaeth Gwaith Achos Cynllunio. Os na allwch weld eich gweithgarwch diweddar adnewyddwch eich porwr.", "dateFrom": "20/09/2022", "dateTo": "20/09/2023", diff --git a/pages/index.js b/pages/index.js index 69d0d051..95a9ec50 100644 --- a/pages/index.js +++ b/pages/index.js @@ -169,10 +169,10 @@ const Home = (props) => { ) : ( <> + {displayNotice && ( )} -