Skip to content

Commit

Permalink
Remove old /ui/ references
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Sep 29, 2023
1 parent 8a7f424 commit bf52891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/card/card/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Determines the amount of padding within the component.

### Inherited props

`Card` also inherits all of the [`Surface` props](/packages/components/src/ui/surface/README.md#props).
`Card` also inherits all of the [`Surface` props](/packages/components/src/surface/README.md#props).

## Sub-Components

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export const Tooltip = styled.span< TooltipProps >`
`;

// @todo: Refactor RangeControl with latest HStack configuration
// @wordpress/components/ui/hstack.
// @see: packages/components/src/h-stack
export const InputNumber = styled( NumberControl )`
display: inline-block;
font-size: 13px;
Expand Down

0 comments on commit bf52891

Please sign in to comment.