Skip to content

Commit

Permalink
Add devtools link to mobile gnb
Browse files Browse the repository at this point in the history
  • Loading branch information
chacha912 committed Jan 24, 2024
1 parent 17f6caf commit 7626b56
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/Layout/MobileGnbDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@ export function MobileGnbDropdown({ isLoggedIn }: { isLoggedIn: boolean }) {
Android SDK
</Link>
</li>
<li className="navigator_group">
<Link
href="/docs/devtools"
className={classNames('navigator_item', 'add_icon', {
is_active: asPath.startsWith(`/docs/devtools`),
})}
>
Devtools
</Link>
</li>
<li className="navigator_group">
<Link
href="/docs/cli"
Expand Down

0 comments on commit 7626b56

Please sign in to comment.