Skip to content

Commit

Permalink
Merge pull request #1246 from MHRA/updateText112022
Browse files Browse the repository at this point in the history
Update text112022
  • Loading branch information
gilbertsak authored Nov 21, 2022
2 parents b61a9c9 + 30be6ce commit d20d66c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,6 @@ exports[`SearchWrapper should render 1`] = `
<div
className="sc-papXJ fXFsBZ"
>
<div
className="sc-kDDrLX eBvGpy"
>
<b>
**STATUS UPDATE**
</b>
  We apologise for any inconvenience as we are currently experiencing technical difficulties with adding, updating or deleting all SPCs and PILs. When this message is no longer displayed the issue will have been resolved.
</div>
<div
className="sc-iqcoie efKhbN"
>
If Product Information documents are urgently required, please send a request to: [email protected]
</div>
<section
className="search"
>
Expand Down
9 changes: 1 addition & 8 deletions medicines/web/src/components/search-wrapper/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,7 @@ const SearchWrapper: React.FC<ISearchWrapperProps> = (props) => {
};

return (
<StyledSearchWrapper>
<Notice> <b>**STATUS UPDATE**</b>
&nbsp; We apologise for any inconvenience as we are currently experiencing technical difficulties with adding, updating or deleting all SPCs and PILs. When this message is no longer displayed the issue will have been resolved.
</Notice>
<Notice2>
If Product Information documents are urgently required, please send a request to: [email protected]
</Notice2>

<StyledSearchWrapper>
<section className="search">
<AccessibleSearchBoxHeading>Search box</AccessibleSearchBoxHeading>
<Search
Expand Down

0 comments on commit d20d66c

Please sign in to comment.