Convert Tower logo/strings to AWX (#253)

Sets up awx logo and strings
This commit is contained in:
Michael Abashian
2019-06-10 14:31:12 -04:00
committed by GitHub
parent 2ae93261d1
commit ffcb655038
23 changed files with 1022 additions and 488 deletions

View File

@@ -15,6 +15,8 @@ import './app.scss';
import { Config } from './contexts/Config';
import { BrandName } from './variables';
import Background from './components/Background';
import NotifyAndRedirect from './components/NotifyAndRedirect';
@@ -48,6 +50,7 @@ import Users from './pages/Users';
// eslint-disable-next-line import/prefer-default-export
export function main (render) {
const el = document.getElementById('app');
document.title = `Ansible ${BrandName}`;
return render(
<RootProvider>