Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/react-core/src/components/Avatar/examples/Avatar.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import './example.css';

## Examples
### Basic
```js
```ts
import React from 'react';
import { Avatar } from '@patternfly/react-core';
import avatarImg from './avatarImg.svg';
Expand All @@ -20,7 +20,7 @@ import avatarImg from './avatarImg.svg';
```

### Bordered - light
```js
```ts
import React from 'react';
import { Avatar } from '@patternfly/react-core';
import avatarImg from './img_avatar.svg';
Expand All @@ -29,7 +29,7 @@ import avatarImg from './img_avatar.svg';
```

### Bordered - dark
```js
```ts
import React from 'react';
import { Avatar } from '@patternfly/react-core';
import avatarImgDark from './img_avatar-dark.svg';
Expand Down
11 changes: 0 additions & 11 deletions packages/react-integration/cypress/integration/avatar.spec.ts

This file was deleted.

5 changes: 0 additions & 5 deletions packages/react-integration/demo-app-ts/src/Demos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ export const Demos: DemoInterface[] = [
name: 'Area Stacked Chart Demo',
componentType: Examples.StackedAreaDemo
},
{
id: 'avatar-demo',
name: 'Avatar Demo',
componentType: Examples.AvatarDemo
},
{
id: 'backdrop-demo',
name: 'Backdrop Demo',
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export * from './AlertDemo/AlertDefaultTimeoutDemo';
export * from './AreaChart/SparklineDemo';
export * from './AreaChart/CyanAreaDemo';
export * from './AreaChart/ColorAreaBottomLegendDemo';
export * from './AvatarDemo/AvatarDemo';
export * from './BackdropDemo/BackdropDemo';
export * from './BackgroundImageDemo/BackgroundImageDemo';
export * from './BadgeDemo/BadgeDemo';
Expand Down