From 84537ad468f37ab8984d2d775f354b012225d300 Mon Sep 17 00:00:00 2001 From: CodingwithRK <107883290+codingwithrk@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:08:04 +0530 Subject: [PATCH] Update mobile and desktop links in platform switcher --- resources/views/components/docs/platform-switcher.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/components/docs/platform-switcher.blade.php b/resources/views/components/docs/platform-switcher.blade.php index a19eacea..d0f8dee9 100644 --- a/resources/views/components/docs/platform-switcher.blade.php +++ b/resources/views/components/docs/platform-switcher.blade.php @@ -1,7 +1,7 @@ @php $isMobile = request()->is('docs/mobile/*'); - $mobileHref = '/docs/mobile/1'; - $desktopHref = '/docs/desktop/1'; + $mobileHref = '/docs/mobile/2'; + $desktopHref = '/docs/desktop/2'; @endphp