Pathakkunal commited on
Commit
6f3f7da
·
1 Parent(s): 23ddaac

Removed deploy button from Dashboard UI

Browse files
Files changed (1) hide show
  1. dashboard.html +2 -6
dashboard.html CHANGED
@@ -151,11 +151,7 @@
151
  <span class="material-symbols-outlined text-lg lg:mr-2">arrow_back</span>
152
  <span class="hidden lg:inline">Back to Home</span>
153
  </a>
154
- <button class="group relative flex-none flex cursor-pointer items-center justify-center overflow-hidden rounded-full h-9 lg:h-10 px-4 lg:px-6 bg-gradient-to-r from-amber-600 to-amber-800 hover:from-amber-500 hover:to-amber-700 border border-white/10 shadow-[0_0_15px_rgba(245,158,11,0.3)] transition-all" id="deployBtn">
155
- <div class="absolute inset-0 bg-white/10 opacity-0 group-hover:opacity-100 transition-opacity"></div>
156
- <span class="material-symbols-outlined lg:mr-2 text-lg relative z-10">rocket_launch</span>
157
- <span class="hidden lg:inline truncate text-sm font-bold tracking-wide relative z-10">Deploy</span>
158
- </button>
159
  </div>
160
  </header>
161
  <main class="flex-1 flex flex-col lg:flex-row relative z-10">
@@ -296,7 +292,7 @@ const dropZone = document.getElementById('dropZone');
296
  const fileInput = document.getElementById('fileInput');
297
  const startBtn = document.getElementById('startBtn');
298
  const jsonOutput = document.getElementById('jsonOutput');
299
- const deployBtn = document.getElementById('deployBtn');
300
  const copyBtn = document.getElementById('copyBtn');
301
  const copyIcon = document.getElementById('copyIcon');
302
  let selectedFile = null;
 
151
  <span class="material-symbols-outlined text-lg lg:mr-2">arrow_back</span>
152
  <span class="hidden lg:inline">Back to Home</span>
153
  </a>
154
+
 
 
 
 
155
  </div>
156
  </header>
157
  <main class="flex-1 flex flex-col lg:flex-row relative z-10">
 
292
  const fileInput = document.getElementById('fileInput');
293
  const startBtn = document.getElementById('startBtn');
294
  const jsonOutput = document.getElementById('jsonOutput');
295
+
296
  const copyBtn = document.getElementById('copyBtn');
297
  const copyIcon = document.getElementById('copyIcon');
298
  let selectedFile = null;