html link to load favicon
This commit is contained in:
Родитель
8e43f5b809
Коммит
63c7d988cb
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче