Commit 2397d7a2560490232c7328cf36e48d19f424a6e3
1 parent
cc5326a6
fix: Logo link
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -325,7 +325,7 @@ _________________________________________________________ --> |
325 | 325 | <div class="container"> |
326 | 326 | <div class="navbar-header"> |
327 | 327 | |
328 | - <a class="navbar-brand home" href="<?php echo Url::home(); ?>"> | |
328 | + <a class="navbar-brand home" href="/"> | |
329 | 329 | <?php |
330 | 330 | echo ImageHelper::set($logo) |
331 | 331 | ->setHeight(42) | ... | ... |