Skip to content

Commit

Permalink
revert primary detail updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Aug 21, 2023
1 parent bbf9e35 commit 790997f
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions packages/react-core/src/demos/PrimaryDetail.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ import ExclamationTriangleIcon from '@patternfly/react-icons/dist/esm/icons/excl
import FilterIcon from '@patternfly/react-icons/dist/esm/icons/filter-icon';
import SearchIcon from '@patternfly/react-icons/dist/esm/icons/search-icon';
import TimesCircleIcon from '@patternfly/react-icons/dist/esm/icons/times-circle-icon';
import pfIcon from '@patternfly/react-core/src/demos/Card/pf-logo-small.svg';
import activeMQIcon from '@patternfly/react-core/src/demos/Card/activemq-core_200x150.png';
import avroIcon from '@patternfly/react-core/src/demos/Card/camel-avro_200x150.png';
import dropBoxIcon from '@patternfly/react-core/src/demos/Card/camel-dropbox_200x150.png';
import infinispanIcon from '@patternfly/react-core/src/demos/Card/camel-infinispan_200x150.png';
import saxonIcon from '@patternfly/react-core/src/demos/Card/camel-saxon_200x150.png';
import sparkIcon from '@patternfly/react-core/src/demos/Card/camel-spark_200x150.png';
import swaggerIcon from '@patternfly/react-core/src/demos/Card/camel-swagger-java_200x150.png';
import azureIcon from '@patternfly/react-core/src/demos/Card/FuseConnector_Icons_AzureServices.png';
import restIcon from '@patternfly/react-core/src/demos/Card/FuseConnector_Icons_REST.png';
import pfIcon from './Card/pf-logo-small.svg';
import activeMQIcon from './Card/activemq-core_200x150.png';
import avroIcon from './Card/camel-avro_200x150.png';
import dropBoxIcon from './Card/camel-dropbox_200x150.png';
import infinispanIcon from './Card/camel-infinispan_200x150.png';
import saxonIcon from './Card/camel-saxon_200x150.png';
import sparkIcon from './Card/camel-spark_200x150.png';
import swaggerIcon from './Card/camel-swagger-java_200x150.png';
import azureIcon from './Card/FuseConnector_Icons_AzureServices.png';
import restIcon from './Card/FuseConnector_Icons_REST.png';
import EllipsisVIcon from '@patternfly/react-icons/dist/esm/icons/ellipsis-v-icon';
import { data } from '@patternfly/react-core/src/demos/Card/CardData.jsx';
import DashboardWrapper from '@patternfly/react-core/src/demos/examples/DashboardWrapper';
import DashboardWrapper from './examples/DashboardWrapper';

## Demos

Expand Down Expand Up @@ -79,16 +79,16 @@ import {
} from '@patternfly/react-core';
import DashboardWrapper from '@patternfly/react-core/src/demos/examples/DashboardWrapper';
import TrashIcon from '@patternfly/react-icons/dist/esm/icons/trash-icon';
import pfIcon from '@patternfly/react-core/src/demos/Card/pf-logo-small.svg';
const activeMQIcon = 'https://github.com/patternfly/patternfly-react/blob/main/packages/react-core/src/demos/Card/activemq-core_200x150.png';
import avroIcon from '@patternfly/react-core/src/demos/Card/camel-avro_200x150.png';
import dropBoxIcon from '@patternfly/react-core/src/demos/Card/camel-dropbox_200x150.png';
import infinispanIcon from '@patternfly/react-core/src/demos/Card/camel-infinispan_200x150.png';
import saxonIcon from '@patternfly/react-core/src/demos/Card/camel-saxon_200x150.png';
import sparkIcon from '@patternfly/react-core/src/demos/Card/camel-spark_200x150.png';
import swaggerIcon from '@patternfly/react-core/src/demos/Card/camel-swagger-java_200x150.png';
import azureIcon from '@patternfly/react-core/src/demos/Card/FuseConnector_Icons_AzureServices.png';
import restIcon from '@patternfly/react-core/src/demos/Card/FuseConnector_Icons_REST.png';
import pfIcon from './Card/pf-logo-small.svg';
import activeMQIcon from './Card/activemq-core_200x150.png';
import avroIcon from './Card/camel-avro_200x150.png';
import dropBoxIcon from './Card/camel-dropbox_200x150.png';
import infinispanIcon from './Card/camel-infinispan_200x150.png';
import saxonIcon from './Card/camel-saxon_200x150.png';
import sparkIcon from './Card/camel-spark_200x150.png';
import swaggerIcon from './Card/camel-swagger-java_200x150.png';
import azureIcon from './Card/FuseConnector_Icons_AzureServices.png';
import restIcon from './Card/FuseConnector_Icons_REST.png';
import EllipsisVIcon from '@patternfly/react-icons/dist/esm/icons/ellipsis-v-icon';
import { data } from '@patternfly/react-core/src/demos/Card/CardData.jsx';

Expand Down

0 comments on commit 790997f

Please sign in to comment.