Skip to content

Commit 8e1f0a7

Browse files
authored
Merge branch 'develop' into i18n-sync-german-locale-3510
2 parents e770d17 + 224c6e2 commit 8e1f0a7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+6192
-1644
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ I have verified that this pull request:
88
* [ ] has no test errors (`npm run test`)
99
* [ ] is from a uniquely-named feature branch and is up to date with the `develop` branch.
1010
* [ ] is descriptively named and links to an issue number, i.e. `Fixes #123`
11+
* [ ] meets the standards outlined in the [accessibility guidelines](https://github.com/processing/p5.js-web-editor/blob/develop/contributor_docs/accessibility.md)

client/components/Menubar/Menubar.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import { render, screen, fireEvent } from '../../test-utils';
33
import { Menubar } from './Menubar';
4-
import MenubarSubmenu from './MenubarSubmenu';
4+
import { MenubarSubmenu } from './MenubarSubmenu';
55
import { MenubarItem } from './MenubarItem';
66

77
describe('Menubar', () => {

0 commit comments

Comments
 (0)