diff --git a/awx/ui_next/src/components/About/About.jsx b/awx/ui_next/src/components/About/About.jsx index db6fbd782d..a34d1bf532 100644 --- a/awx/ui_next/src/components/About/About.jsx +++ b/awx/ui_next/src/components/About/About.jsx @@ -5,7 +5,6 @@ import { t } from '@lingui/macro'; import { AboutModal } from '@patternfly/react-core'; import { BrandName } from '../../variables'; -import brandLogoImg from './brand-logo.svg'; function About({ version, isOpen, onClose, i18n }) { const createSpeechBubble = () => { @@ -32,8 +31,8 @@ function About({ version, isOpen, onClose, i18n }) { isOpen={isOpen} onClose={onClose} productName={`Ansible ${BrandName}`} - trademark={i18n._(t`Copyright 2019 Red Hat, Inc.`)} - brandImageSrc={brandLogoImg} + trademark={i18n._(t`Copyright ${new Date().getFullYear()} Red Hat, Inc.`)} + brandImageSrc="/static/media/logo-header.svg" brandImageAlt={i18n._(t`Brand Image`)} >
diff --git a/awx/ui_next/src/components/About/brand-logo.svg b/awx/ui_next/src/components/About/brand-logo.svg deleted file mode 100644 index 6d80915fb6..0000000000 --- a/awx/ui_next/src/components/About/brand-logo.svg +++ /dev/null @@ -1,232 +0,0 @@ - - -