diff --git a/themes/default/layout/header.blade.php b/themes/default/layout/header.blade.php index 26649ff0..41de559b 100644 --- a/themes/default/layout/header.blade.php +++ b/themes/default/layout/header.blade.php @@ -62,7 +62,7 @@ @@ -130,7 +130,7 @@
- @if (isMobile()) + @if (is_mobile()) @include('shared.menu-mobile') @endif