This commit is contained in:
sbenstewart 2019-10-02 12:31:14 +05:30
Родитель 8e43f5b809
Коммит 63c7d988cb
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1 +0,0 @@
../static/logos/logo-48.png

Просмотреть файл

@ -15,7 +15,8 @@ export default class HTML extends React.Component {
content="width=device-width, initial-scale=1.0"
/>
{this.props.headComponents}
<link rel="shortcut icon" href={favicon} />
<link rel="shortcut icon" href={favicon} type="image/x-icon">
<link rel="icon" href={favicon} type="image/x-icon">
</head>
<body>
<div