mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Change dev brand name to Ansible AWX and remove Ansible string from about
This commit is contained in:
committed by
Shane McDonald
parent
ed02f28cbe
commit
667121d325
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"BRAND_NAME": "AWX",
|
"BRAND_NAME": "Ansible AWX",
|
||||||
"PENDO_API_KEY": ""
|
"PENDO_API_KEY": ""
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ function About({ version, isOpen, onClose }) {
|
|||||||
<AboutModal
|
<AboutModal
|
||||||
isOpen={isOpen}
|
isOpen={isOpen}
|
||||||
onClose={onClose}
|
onClose={onClose}
|
||||||
productName={`Ansible ${brandName.current}`}
|
productName={brandName.current}
|
||||||
trademark={`${copyright} ${new Date().getFullYear()} ${redHatInc}`}
|
trademark={`${copyright} ${new Date().getFullYear()} ${redHatInc}`}
|
||||||
brandImageSrc="/static/media/logo-header.svg"
|
brandImageSrc="/static/media/logo-header.svg"
|
||||||
brandImageAlt={t`Brand Image`}
|
brandImageAlt={t`Brand Image`}
|
||||||
|
|||||||
Reference in New Issue
Block a user