From 2ad3d6047be8794cdd891c7018f5a45500bf9662 Mon Sep 17 00:00:00 2001 From: pushuo <229102104@qq.com> Date: Thu, 1 Sep 2022 10:27:35 +0800 Subject: [PATCH] =?UTF-8?q?is=5Fmobile=20=E6=96=B9=E6=B3=95=E5=90=8D?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/layout/header.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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