wu981526092 commited on
Commit
14eca09
·
1 Parent(s): 48850f1

✨ UPDATE MYDEVICE LAYOUT AND ASSETS: Adjust spacing and refresh script reference

Browse files

✅ Changes made:
- Reduced margin in the MyDevice component for improved layout consistency.
- Updated script reference in index.html to the latest version for enhanced functionality.

🛠️ These updates contribute to a more streamlined user interface and ensure the application utilizes the most recent assets!

frontend/src/pages/MyDevice.tsx CHANGED
@@ -565,7 +565,7 @@ export function MyDevice() {
565
  </div>
566
  </div>
567
 
568
- <div className="mt-6 flex justify-between max-w-6xl mx-auto">
569
  <Button variant="outline" onClick={() => setCurrentStep(1)}>
570
  Back to Configuration
571
  </Button>
 
565
  </div>
566
  </div>
567
 
568
+ <div className="mt-2 flex justify-between max-w-6xl mx-auto">
569
  <Button variant="outline" onClick={() => setCurrentStep(1)}>
570
  Back to Configuration
571
  </Button>
static/assets/index-03148c38.js ADDED
The diff for this file is too large to render. See raw diff
 
static/assets/index-03148c38.js.map ADDED
The diff for this file is too large to render. See raw diff
 
static/index.html CHANGED
@@ -5,7 +5,7 @@
5
  <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
  <title>Edge LLM</title>
8
- <script type="module" crossorigin src="/assets/index-cf980597.js"></script>
9
  <link rel="stylesheet" href="/assets/index-c7557272.css">
10
  </head>
11
  <body>
 
5
  <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
  <title>Edge LLM</title>
8
+ <script type="module" crossorigin src="/assets/index-03148c38.js"></script>
9
  <link rel="stylesheet" href="/assets/index-c7557272.css">
10
  </head>
11
  <body>