Skip to content

Commit

Permalink
Restore unintentional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller committed Feb 6, 2025
1 parent 668d1e0 commit 133e9f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ const Button = forwardRef< HTMLInputElement, ButtonProps >( ( props, ref ) => {
</WPButton>
);
} );
Button.displayName = 'button';
Button.displayName = 'Button';

export default Button;
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { SpacingValue } from '../types.js';
const SPACING_VALUES: Array< SpacingValue > = [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ];

export default {
title: 'JS Packages/Components/text/index.js',
title: 'JS Packages/Components/Text',
component: Text,
argTypes: {
...BOX_MODEL_VALUES.reduce(
Expand Down

0 comments on commit 133e9f3

Please sign in to comment.