Skip to content

Commit

Permalink
feat(BackgroundImage): update background image for penta (#9964)
Browse files Browse the repository at this point in the history
  • Loading branch information
wise-king-sullyman authored Jan 12, 2024
1 parent 59c15d4 commit a2a0630
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import React from 'react';
import { BackgroundImage } from '@patternfly/react-core';

export const BackgroundImageBasic: React.FunctionComponent = () => (
<BackgroundImage src="/assets/images/pfbg-icon.svg" />
<BackgroundImage src="/assets/images/pf-background.svg" />
);
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a2a0630

Please sign in to comment.