mirror of
https://github.com/strapi/strapi.git
synced 2025-08-30 03:33:37 +00:00
Change favicon
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
3eddff2adb
commit
c7681b165d
@ -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.png';
|
import favicon from '../../favicon.ico';
|
||||||
|
|
||||||
const PageTitle = ({ title }) => {
|
const PageTitle = ({ title }) => {
|
||||||
return <Helmet title={title} link={[{ rel: 'icon', type: 'image/png', href: favicon }]} />;
|
return <Helmet title={title} link={[{ rel: 'icon', type: 'image/png', href: favicon }]} />;
|
||||||
|
BIN
packages/core/admin/admin/src/favicon.ico
Normal file
BIN
packages/core/admin/admin/src/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 859 B |
0
packages/core/admin/scripts/build.js
Normal file
0
packages/core/admin/scripts/build.js
Normal file
Loading…
x
Reference in New Issue
Block a user