Skip to content

Commit

Permalink
update to latest box component
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettbear committed Jul 24, 2023
1 parent 763dc3d commit 6a0732f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ui/components/component-library/avatar-network/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The `AvatarNetwork` is a component responsible for display of the image of a giv

## Props

The `AvatarNetwork` accepts all props below as well as all [Box](/docs/components-ui-box--default-story#props) component props
The `AvatarNetwork` accepts all props below as well as all [Box](/docs/components-componentlibrary-box--docs#props) component props

<ArgsTable of={AvatarNetwork} />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ import {
BorderColor,
AlignItems,
} from '../../../helpers/constants/design-system';

import Box from '../../ui/box/box';

import { Box } from '..';
import { AvatarNetworkSize } from './avatar-network.types';
import README from './README.mdx';

Expand Down

0 comments on commit 6a0732f

Please sign in to comment.