Skip to content

Commit 92f6e49

Browse files
Updated looks to match rebranding
* Updated looks to match rebranding Updated visual assets to upgrade looks. Deleted unnecessary files. * Added assets Added the new assets
1 parent e6c5666 commit 92f6e49

File tree

13 files changed

+24
-6
lines changed

13 files changed

+24
-6
lines changed
Binary file not shown.
-119 KB
Binary file not shown.
55.7 KB
Loading
Binary file not shown.
21.1 KB
Loading
18.1 KB
Loading
-35.5 KB
Binary file not shown.
-18.1 KB
Binary file not shown.
-6.75 KB
Binary file not shown.

inventory-manager/src/components/EncoraHeader.tsx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
11
import React from 'react';
22
import {Layout} from 'antd';
3-
import encora from "../assets/images/encora-logo-square.png"
3+
import encora from "../assets/images/e-shape-chatreuse-400.png"
4+
import encoraTxt from "../assets/images/White-Encora-Logo.png"
5+
46

57
const {Header} = Layout;
68

79
const EncoraHeader: React.FC = () => {
810
return (
9-
<Header style={{display: 'flex', alignItems: 'center'}}>
11+
<Header style={{display: 'flex', alignItems: 'center', backgroundColor:"rgb(36,59,104)"}}>
1012
<img
1113
src={encora}
1214
alt="Logo"
1315
style={{cursor: 'pointer', marginRight: '20px', width:"50px"}}
1416
onClick={() => window.open('https://www.encora.com/', '_blank')}
1517
/>
16-
<span style={{color: 'white', fontSize: '42px', fontFamily:'encora', wordSpacing:'20px'}}>encora</span>
18+
<img
19+
src={encoraTxt}
20+
alt="Logo"
21+
style={{cursor: 'pointer', marginRight: '20px', width:"180px"}}
22+
onClick={() => window.open('https://www.encora.com/', '_blank')}
23+
/>
1724
</Header>
1825
);
1926
};

0 commit comments

Comments
 (0)