Skip to content

Commit

Permalink
GN-140 Standards and indicators content (#151)
Browse files Browse the repository at this point in the history
* GN-116 Publishing to npm (#142)

* GN-116 Pin Node version with Volta

* GN-116 Update readme

* GN-56 Footer logo and remove IE8 support for SVG fallback (#141)

Co-authored-by: Ian Routledge <ian@ediblecode.com>

* GN-140 Standards removal

Co-authored-by: Ian Routledge <ian.routledge@nice.org.uk>
Co-authored-by: Ian Routledge <ian@ediblecode.com>
  • Loading branch information
3 people authored Nov 22, 2021
1 parent 65b8738 commit a2d1894
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 147 deletions.
12 changes: 6 additions & 6 deletions src/Footer/Services/__snapshots__/Services.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -155,31 +155,31 @@ exports[`Services Matches snapshot 1`] = `
</TrackedLink>
</li>
<li
key="about-us"
key="about"
>
<TrackedLink
aria-current={null}
className="link"
eventAction="Footer click"
eventCategory="TopHat and footer"
eventLabel="About us"
eventLabel="About"
href="https://www.nice.org.uk/about"
>
About us
About
</TrackedLink>
</li>
<li
key="more-nice-services"
key="more"
>
<TrackedLink
aria-current={null}
className="link"
eventAction="Footer click"
eventCategory="TopHat and footer"
eventLabel="More NICE services"
eventLabel="More"
href={null}
>
More NICE services
More
</TrackedLink>
</li>
</ul>
Expand Down
138 changes: 0 additions & 138 deletions src/Header/Nav/Dropdown/Components/StandardsAndIndicators.jsx

This file was deleted.

1 change: 0 additions & 1 deletion src/Header/Nav/Dropdown/Components/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ export { CKS } from "./CKS";
export { Guidance } from "./Guidance";
export { LifeSciences } from "./LifeSciences";
export { More } from "./More";
export { StandardsAndIndicators } from "./StandardsAndIndicators";
3 changes: 1 addition & 2 deletions src/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"href": "https://www.nice.org.uk/standards-and-indicators",
"text": "Standards and indicators",
"id": "standards-and-indicators",
"dropdown": true,
"dropdownComponent": "StandardsAndIndicators"
"dropdown": false
},
{
"href": "https://www.nice.org.uk/about/what-we-do/life-sciences",
Expand Down

0 comments on commit a2d1894

Please sign in to comment.