feat: update triton logo
This commit is contained in:
parent
6f10428b0f
commit
1a3593c9ca
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
@ -1,22 +1,19 @@
|
||||
import React from 'react';
|
||||
import { Link } from 'react-router-dom';
|
||||
import { Img } from 'normalized-styled-components';
|
||||
import remcalc from 'remcalc';
|
||||
|
||||
import Logo from '@assets/triton_logo.png';
|
||||
import { Header, HeaderBrand, ViewContainer } from 'joyent-ui-toolkit';
|
||||
|
||||
const StyledLogo = Img.extend`
|
||||
width: ${remcalc(87)};
|
||||
height: ${remcalc(25)};
|
||||
`;
|
||||
import {
|
||||
Header,
|
||||
HeaderBrand,
|
||||
ViewContainer,
|
||||
TritonIcon
|
||||
} from 'joyent-ui-toolkit';
|
||||
|
||||
export default () => (
|
||||
<Header>
|
||||
<ViewContainer>
|
||||
<HeaderBrand>
|
||||
<Link to="/">
|
||||
<StyledLogo src={Logo} alt="Triton" />
|
||||
<TritonIcon alt="Triton" />
|
||||
</Link>
|
||||
</HeaderBrand>
|
||||
</ViewContainer>
|
||||
|
@ -16,7 +16,7 @@ const Box = styled.div`
|
||||
align-self: stretch;
|
||||
order: 0;
|
||||
|
||||
padding: ${remcalc(13.5)} 0;
|
||||
padding: ${remcalc(11)} 0;
|
||||
`;
|
||||
|
||||
export default ({ children, ...rest }) => (
|
||||
|
Loading…
Reference in New Issue
Block a user