Skip to content

Commit 8133dde

Browse files
authored
fix(login page): update demo background (#11781)
1 parent f2ef4f7 commit 8133dde

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/react-core/src/components/LoginPage/examples/LoginPageBasic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const SimpleLoginPage: React.FunctionComponent = () => {
116116
footerListVariants={ListVariant.inline}
117117
brandImgSrc={brandImg}
118118
brandImgAlt="PatternFly logo"
119-
backgroundImgSrc="/assets/images/pfbg-icon.svg"
119+
backgroundImgSrc="/assets/images/pf-background.svg"
120120
footerListItems={listItem}
121121
textContent="This is placeholder text only. Use this area to place any information or introductory message about your application that may be relevant to users."
122122
loginTitle="Log in to your account"

packages/react-core/src/components/LoginPage/examples/LoginPageLanguageSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export const LoginPageLanguageSelect: React.FunctionComponent = () => {
189189
footerListVariants={ListVariant.inline}
190190
brandImgSrc={brandImg}
191191
brandImgAlt="PatternFly logo"
192-
backgroundImgSrc="/assets/images/pfbg-icon.svg"
192+
backgroundImgSrc="/assets/images/pf-background.svg"
193193
footerListItems={listItem}
194194
textContent="This is placeholder text only. Use this area to place any information or introductory message about your application that may be relevant to users."
195195
loginTitle="Log in to your account"

packages/react-core/src/components/LoginPage/examples/LoginPageShowHidePassword.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const LoginPageHideShowPassword: React.FunctionComponent = () => {
117117
footerListVariants={ListVariant.inline}
118118
brandImgSrc={brandImg}
119119
brandImgAlt="PatternFly logo"
120-
backgroundImgSrc="/assets/images/pfbg-icon.svg"
120+
backgroundImgSrc="/assets/images/pf-background.svg"
121121
footerListItems={listItem}
122122
textContent="This is placeholder text only. Use this area to place any information or introductory message about your application that may be relevant to users."
123123
loginTitle="Log in to your account"

0 commit comments

Comments
 (0)