1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Remove heroImgSrc props for @patternfly/react-core 2.1.8

This commit is contained in:
Marliana Lara 2019-02-17 22:20:52 -05:00
parent c4065a54bd
commit 58f273347c
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE

View File

@ -9,7 +9,6 @@ import {
TextListItem
} from '@patternfly/react-core';
import heroImg from '@patternfly/patternfly-next/assets/images/pfbg_992.jpg';
import brandImg from '../../images/tower-logo-white.svg';
import logoImg from '../../images/tower-logo-login.svg';
@ -53,13 +52,12 @@ class About extends React.Component {
<AboutModal
isOpen={isOpen}
onClose={onClose}
productName="Ansible Tower"
productName={i18n._(t`Ansible Tower`)}
trademark={i18n._(t`Copyright 2018 Red Hat, Inc.`)}
brandImageSrc={brandImg}
brandImageAlt={i18n._(t`Brand Image`)}
logoImageSrc={logoImg}
logoImageAlt={i18n._(t`AboutModal Logo`)}
heroImageSrc={heroImg}
>
<pre>
{ speechBubble }