Skip to content

Commit

Permalink
revert card path updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Aug 21, 2023
1 parent 0d3cbeb commit bbf9e35
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/react-core/src/demos/Card/Card.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@ import DashboardWrapper from '@patternfly/react-core/src/demos/examples/Dashboar
import TrashIcon from '@patternfly/react-icons/dist/esm/icons/trash-icon';
import PlusCircleIcon from '@patternfly/react-icons/dist/esm/icons/plus-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 './pf-logo-small.svg';
import activeMQIcon from './activemq-core_200x150.png';
import avroIcon from './camel-avro_200x150.png';
import dropBoxIcon from './camel-dropbox_200x150.png';
import infinispanIcon from './camel-infinispan_200x150.png';
import saxonIcon from './camel-saxon_200x150.png';
import sparkIcon from './camel-spark_200x150.png';
import swaggerIcon from './camel-swagger-java_200x150.png';
import azureIcon from './FuseConnector_Icons_AzureServices.png';
import restIcon from './FuseConnector_Icons_REST.png';
import { data } from './CardData.jsx';

class CardViewBasic extends React.Component {
Expand Down

0 comments on commit bbf9e35

Please sign in to comment.