Change the logo

Signed-off-by: HichamELBSI <elabbassih@gmail.com>
This commit is contained in:
HichamELBSI 2020-05-22 12:51:58 +02:00
parent a358d87a68
commit 1f0f96e46b
6 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -18,7 +18,7 @@ const Wrapper = styled.div`
font-weight: 400; font-weight: 400;
letter-spacing: 0.05rem; letter-spacing: 0.05rem;
vertical-align: middle; vertical-align: middle;
color: ${({ theme }) => theme.main.colors.strapi.grayLight}; color: ${({ theme }) => theme.main.colors.strapi['gray-light']};
} }
`; `;

View File

@ -2,7 +2,7 @@ import React, { memo } from 'react';
import { Helmet } from 'react-helmet'; import { Helmet } from 'react-helmet';
import PropTypes from 'prop-types'; import PropTypes from 'prop-types';
import favicon from '../../favicon.ico'; import favicon from '../../favicon.png';
const PageTitle = ({ title }) => ( const PageTitle = ({ title }) => (
<Helmet title={title} link={[{ rel: 'icon', type: 'image/png', href: favicon }]} /> <Helmet title={title} link={[{ rel: 'icon', type: 'image/png', href: favicon }]} />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 859 B