Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const SimpleLoginPage: React.FunctionComponent = () => {
footerListVariants={ListVariant.inline}
brandImgSrc={brandImg}
brandImgAlt="PatternFly logo"
backgroundImgSrc="/assets/images/pfbg-icon.svg"
backgroundImgSrc="/assets/images/pf-background.svg"
footerListItems={listItem}
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."
loginTitle="Log in to your account"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export const LoginPageLanguageSelect: React.FunctionComponent = () => {
footerListVariants={ListVariant.inline}
brandImgSrc={brandImg}
brandImgAlt="PatternFly logo"
backgroundImgSrc="/assets/images/pfbg-icon.svg"
backgroundImgSrc="/assets/images/pf-background.svg"
footerListItems={listItem}
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."
loginTitle="Log in to your account"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const LoginPageHideShowPassword: React.FunctionComponent = () => {
footerListVariants={ListVariant.inline}
brandImgSrc={brandImg}
brandImgAlt="PatternFly logo"
backgroundImgSrc="/assets/images/pfbg-icon.svg"
backgroundImgSrc="/assets/images/pf-background.svg"
footerListItems={listItem}
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."
loginTitle="Log in to your account"
Expand Down
Loading