From 0016bb6d98fea602fd6995eecd82004873147691 Mon Sep 17 00:00:00 2001 From: Youngteac Hong Date: Thu, 26 Dec 2024 10:37:39 +0900 Subject: [PATCH] Move iOS and Android SDK to development phase --- components/Layout/MobileGnbDropdown.tsx | 44 ++++++++++++----------- docs/android-sdk.mdx | 1 + docs/getting-started.mdx | 2 ++ docs/getting-started/with-android-sdk.mdx | 1 + docs/getting-started/with-ios-sdk.mdx | 1 + docs/ios-sdk.mdx | 1 + 6 files changed, 30 insertions(+), 20 deletions(-) diff --git a/components/Layout/MobileGnbDropdown.tsx b/components/Layout/MobileGnbDropdown.tsx index d08fb56..a2bad92 100644 --- a/components/Layout/MobileGnbDropdown.tsx +++ b/components/Layout/MobileGnbDropdown.tsx @@ -87,26 +87,30 @@ export function MobileGnbDropdown({ isLoggedIn }: { isLoggedIn: boolean }) { JS SDK -
  • - - iOS SDK - -
  • -
  • - - Android SDK - -
  • + {process.env.NODE_ENV === 'development' && ( + <> +
  • + + iOS SDK + +
  • +
  • + + Android SDK + +
  • + + )}