File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ class GetStartedButton extends PureComponent {
4343- [ Upgrading to 3.0] ( /docs/upgrade-to-3.0.md )
4444- [ Upgrading to 4.0] ( /docs/upgrade-to-4.0.md )
4545- [ Upgrading to 5.0] ( /docs/upgrade-to-5.0.md )
46+ - [ Upgrading to 6.0] ( /docs/upgrade-to-6.0.md )
4647
4748## Maintainers
4849
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ import React, { PureComponent } from 'react';
4444import { Button } from ' nhsuk-react-components' ;
4545
4646// Or you can import components directly
47- import Button from ' nhsuk-react-components/lib /components/button' ;
47+ import Button from ' nhsuk-react-components/dist/esm /components/button' ;
4848
4949function GetStartedButton () {
5050 return < Button href= " /get-started" > Get Started< / Button> ;
You can’t perform that action at this time.
0 commit comments