mirror of
https://github.com/strapi/strapi.git
synced 2025-08-09 01:07:27 +00:00
Change the logo
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
This commit is contained in:
parent
a358d87a68
commit
1f0f96e46b
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 |
@ -18,7 +18,7 @@ const Wrapper = styled.div`
|
||||
font-weight: 400;
|
||||
letter-spacing: 0.05rem;
|
||||
vertical-align: middle;
|
||||
color: ${({ theme }) => theme.main.colors.strapi.grayLight};
|
||||
color: ${({ theme }) => theme.main.colors.strapi['gray-light']};
|
||||
}
|
||||
`;
|
||||
|
||||
|
@ -2,7 +2,7 @@ import React, { memo } from 'react';
|
||||
import { Helmet } from 'react-helmet';
|
||||
import PropTypes from 'prop-types';
|
||||
|
||||
import favicon from '../../favicon.ico';
|
||||
import favicon from '../../favicon.png';
|
||||
|
||||
const PageTitle = ({ title }) => (
|
||||
<Helmet title={title} link={[{ rel: 'icon', type: 'image/png', href: favicon }]} />
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
BIN
packages/strapi-admin/admin/src/favicon.png
Normal file
BIN
packages/strapi-admin/admin/src/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 859 B |
Loading…
x
Reference in New Issue
Block a user