Skip to content

Commit

Permalink
fix 'Eventers' => 'Events'
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoecheza committed Feb 29, 2024
1 parent a8d6d17 commit 5f06c28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default React.memo(
},
{
id: sdk.components.PointerEvents.componentId,
value: 'Pointer Eventers',
value: 'Pointer Events',
onClick: () =>
handleAddComponent(sdk.components.PointerEvents.componentId, sdk.components.PointerEvents.componentName),
tooltip: {
Expand Down

0 comments on commit 5f06c28

Please sign in to comment.