Commit 18e80bdf0b7cf26354a5a65ad1e0d850ecb390db

Authored by Timur Kastemirov
1 parent 09140c43

favicon

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -77,7 +77,7 @@
77 77 <meta charset="<?= \Yii::$app->charset ?>">
78 78 <meta name="viewport" content="width=device-width, initial-scale=1">
79 79 <?= Html::csrfMetaTags() ?>
80   - <link type="image/x-icon" href="/img/favicon.ico" rel="icon">
  80 + <link type="image/x-icon" href="/favicon.ico" rel="icon">
81 81 <title><?= Html::encode($seo->title) ?></title>
82 82 <?php $this->head() ?>
83 83 </head>
... ...