changed ConnectUs to TIP

This commit is contained in:
Sean Macfarlane
2020-05-01 11:57:07 -04:00
parent 17e50e113b
commit 82dd8db511
7 changed files with 7 additions and 5 deletions

View File

@@ -1 +1,2 @@
export const AUTH_TOKEN = 'tip-auth-token';
export const COMPANY = 'TelecomInfraProject';

View File

@@ -4,9 +4,10 @@ import { Switch, Redirect } from 'react-router-dom';
import { ThemeProvider, Dashboard, ClientDevices } from '@tip-wlan/wlan-cloud-ui-library';
import logo from 'images/logo-light.png';
import logoMobile from 'images/logoxmobile.jpg';
import logo from 'images/tip-logo.png';
import logoMobile from 'images/tip-logo-mobile.png';
import { COMPANY } from 'constants/index';
import Login from 'containers/Login';
import UnauthenticatedRoute from './components/UnauthenticatedRoute';
@@ -21,9 +22,9 @@ const RedirectToDashboard = () => (
);
const App = () => (
<ThemeProvider company="ConnectUs" logo={logo} logoMobile={logoMobile}>
<Helmet titleTemplate="%s - ConnectUs" defaultTitle="ConnectUs">
<meta name="description" content="ConnectUs" />
<ThemeProvider company={COMPANY} logo={logo} logoMobile={logoMobile}>
<Helmet titleTemplate={`%s - ${COMPANY}`} defaultTitle={COMPANY}>
<meta name="description" content={COMPANY} />
</Helmet>
<Switch>

View File

Before

Width:  |  Height:  |  Size: 558 KiB

After

Width:  |  Height:  |  Size: 558 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 575 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
app/images/tip-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB