From 68225d191a24e7ae366d9efdb69437d5982bf42e Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Sun, 17 Feb 2019 22:24:38 -0500 Subject: [PATCH] Remove old BackgroundImageSrc tokens for @patternfly/react-core 2.1.8 --- src/components/Background.jsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/components/Background.jsx b/src/components/Background.jsx index b1dce984be..1e5057f792 100644 --- a/src/components/Background.jsx +++ b/src/components/Background.jsx @@ -6,15 +6,12 @@ import { } from '@patternfly/react-core'; const backgroundImageConfig = { - [BackgroundImageSrc.lg]: '/assets/images/pfbg_1200.jpg', - [BackgroundImageSrc.md]: '/assets/images/pfbg_992.jpg', - [BackgroundImageSrc.md2x]: '/assets/images/pfbg_992@2x.jpg', - [BackgroundImageSrc.sm]: '/assets/images/pfbg_768.jpg', - [BackgroundImageSrc.sm2x]: '/assets/images/pfbg_768@2x.jpg', - [BackgroundImageSrc.xl]: '/assets/images/pfbg_2000.jpg', [BackgroundImageSrc.xs]: '/assets/images/pfbg_576.jpg', [BackgroundImageSrc.xs2x]: '/assets/images/pfbg_576@2x.jpg', - [BackgroundImageSrc.filter]: '/assets/images/background-filter.svg', + [BackgroundImageSrc.sm]: '/assets/images/pfbg_768.jpg', + [BackgroundImageSrc.sm2x]: '/assets/images/pfbg_768@2x.jpg', + [BackgroundImageSrc.lg]: '/assets/images/pfbg_2000.jpg', + [BackgroundImageSrc.filter]: '/assets/images/background-filter.svg#image_overlay', }; export default ({ children }) => (