Skip to content

Commit

Permalink
fix(card): remove unused modifier and old logo from demo
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccaalpert committed Aug 13, 2024
1 parent 1684e02 commit b08bfc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/patternfly/assets/images/pfbg-icon.svg

This file was deleted.

4 changes: 2 additions & 2 deletions src/patternfly/demos/Card/examples/Card.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ import './Card.css'

### Horizontal split
```hbs
{{#> card card--id="card-demo-horizontal-split-example" card--modifier="pf-m-flat"}}
{{#> card card--id="card-demo-horizontal-split-example"}}
{{#> grid grid--modifier="pf-m-all-6-col-on-md"}}
{{#> grid-item grid-item--attribute='style="min-height: 200px; background: no-repeat bottom right / auto 75% url(/assets/images/pfbg-icon.svg) black;"'}}
{{#> grid-item grid-item--attribute='style="min-height: 200px; background: no-repeat bottom right / auto 75% url(/assets/images/pf-background.svg) black;"'}}
{{/grid-item}}
{{#> grid-item}}
{{> card-title card-title-text--value="Headline"}}
Expand Down

0 comments on commit b08bfc7

Please sign in to comment.