Update title and logo alt text to use ARA Records Ansible

Change-Id: Idbcb50b2783376478b13e95493d1318d13773e2b
This commit is contained in:
David Moreau Simard 2019-06-05 10:32:02 -04:00
parent ba99a6f048
commit 75acba49f5
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<meta name="theme-color" content="#000000">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<title>Ara</title>
<title>ARA Records Ansible</title>
</head>
<body>
<noscript>

View File

@ -43,7 +43,7 @@ class Header extends Component {
);
return (
<PageHeader
logo={<Logo src={logo} alt="Ara Logo" />}
logo={<Logo src={logo} alt="ARA Records Ansible" />}
logoProps={{ href: "/" }}
topNav={TopNav}
/>