diff --git a/index.html b/index.html index 9eb843d..44828be 100644 --- a/index.html +++ b/index.html @@ -53,10 +53,10 @@
-
+
📱 Mobile
-
+
💻 Desktop
diff --git a/main.js b/main.js index b40e349..643ab58 100644 --- a/main.js +++ b/main.js @@ -1,7 +1,7 @@ // ============================================================================ // State & Config // ============================================================================ -let currentDevice = 'mobile'; +let currentDevice = 'desktop'; // ============================================================================ // UI Functions