## Description
*Describe the problem being solved + give context*

## What's changed
*Remove table if not relevant*
| Before | After |
|--------|-------|
|        |       |
|        |       |

## Governance checks
### Communication
*Strike out items not relevant*
- [ ] Communicated the problem on #go1d-diggers Slack channel. See [message template for communicating](https://go1web.atlassian.net/wiki/spaces/GO1D/pages/2628026395/Governance+model+for+a+Developer#Example-template.4).
- [ ] If change is visual, design for the component was available and marked ready for development
- [ ] Visuals of the updates were shared and communicated on #go1d-diggers Slack channel. See [message template for communicating](https://go1web.atlassian.net/wiki/spaces/GO1D/pages/2628026395/Governance+model+for+a+Developer#Example-template.5)

### Build
*Strike out items not relevant*
- [ ] Storybook story has been updated
- [ ] Tests have been written for the component changes
- [ ] If change is visual, a design review is conducted with a designer on the new component to identify gaps and improvements
- [ ] Added [changesets](https://code.go1.com.au/go1d/GO1D/-/blob/master/CONTRIBUTING.md#versioning-and-publishing-using-changesets) for changes that will be published to NPM with appropriate bump level

### Quality
*Strike out items not relevant*

This MR has been tested:
- [ ] Pipeline passes without errors (including new unit tests) and warnings are reviewed
- [ ] Checked visual tests in Happo and accepted comparison report
- [ ] Tested component changes with modern browsers
- [ ] Tested component changes on mobile devices or with mobile responsive mode in browser tools
- [ ] Checked console errors
- [ ] Accessibility tested component changes, at a minimum:
    - [ ] Storybook accessibility tab shows no violations
    - [ ] Keyboard navigation works
    - [ ] Screen reader (e.g. [VoiceOver](https://yakim.nl/articles/voiceover-testing/) or [Narrator](https://support.microsoft.com/en-us/windows/complete-guide-to-narrator-e4397a0d-ef4f-b386-d8ae-c172f109bdb1)) can read, navigate, and operate the feature
