Skip to content

Commit 2bf1856

Browse files
authored
Update mobile and desktop links in platform switcher (#246)
1 parent 865f633 commit 2bf1856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/components/docs/platform-switcher.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@php
22
$isMobile = request()->is('docs/mobile/*');
3-
$mobileHref = '/docs/mobile/1';
4-
$desktopHref = '/docs/desktop/1';
3+
$mobileHref = '/docs/mobile/2';
4+
$desktopHref = '/docs/desktop/2';
55
@endphp
66

77
<a

0 commit comments

Comments
 (0)