diff --git a/components/Layout/Footer.tsx b/components/Layout/Footer.tsx
index 7d6c131..937b0d6 100644
--- a/components/Layout/Footer.tsx
+++ b/components/Layout/Footer.tsx
@@ -78,16 +78,20 @@ export function Footer({ shortFooter }: { shortFooter?: boolean }): ReactElement
JS SDK
-
-
- iOS SDK
-
-
-
-
- Android SDK
-
-
+ {process.env.NODE_ENV === 'development' && (
+ <>
+
+
+ iOS SDK
+
+
+
+
+ Android SDK
+
+
+ >
+ )}
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
+
+
+ >
+ )}