mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
Add triton logo
This commit is contained in:
parent
bb317169a4
commit
211be1d054
@ -5,7 +5,8 @@ import styled from 'styled-components';
|
|||||||
import Column from '@ui/components/column';
|
import Column from '@ui/components/column';
|
||||||
import Avatar from '@ui/components/avatar';
|
import Avatar from '@ui/components/avatar';
|
||||||
import { remcalc } from '@ui/shared/functions';
|
import { remcalc } from '@ui/shared/functions';
|
||||||
import Logo from '../../resources/logo.svg';
|
// import Logo from '../../resources/logo.svg';
|
||||||
|
import Logo from '../../resources/triton_logo_dark.png';
|
||||||
import PropTypes from '@root/prop-types';
|
import PropTypes from '@root/prop-types';
|
||||||
import Row from '@ui/components/row';
|
import Row from '@ui/components/row';
|
||||||
import Tooltip, { TooltipButton } from '@ui/components/tooltip';
|
import Tooltip, { TooltipButton } from '@ui/components/tooltip';
|
||||||
@ -21,8 +22,10 @@ const StyledHeader = styled.header`
|
|||||||
padding: 0 ${remcalc(18)};
|
padding: 0 ${remcalc(18)};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledLogo = styled(Logo)`
|
const StyledLogo = styled.img`
|
||||||
padding-top: ${remcalc(12)};
|
padding-top: ${remcalc(18)};
|
||||||
|
width: ${remcalc(87)};
|
||||||
|
height: ${remcalc(25)};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledProfileWrapper = styled.div`
|
const StyledProfileWrapper = styled.div`
|
||||||
@ -117,7 +120,7 @@ const Header = ({
|
|||||||
<Row>
|
<Row>
|
||||||
<Column lg={10} xs={8}>
|
<Column lg={10} xs={8}>
|
||||||
<Link to='/'>
|
<Link to='/'>
|
||||||
<StyledLogo />
|
<StyledLogo src={Logo} />
|
||||||
</Link>
|
</Link>
|
||||||
</Column>
|
</Column>
|
||||||
<Column lg={2} xs={4}>
|
<Column lg={2} xs={4}>
|
||||||
|
Loading…
Reference in New Issue
Block a user