Skip to content

Commit 8e919d2

Browse files
committed
reordering menu buttons
1 parent 06e0219 commit 8e919d2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/client/panels/tool-list.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@ export class ToolListPanel implements Panel {
6060
</div>
6161
<div class="section">
6262
<h3>Main Tools</h3>
63-
<button id="btn-import-drive-links" class="tool-btn">
64-
<span class="icon">📂</span> Import Drive Links
63+
<button id="btn-recipes" class="tool-btn">
64+
<span class="icon">🥞</span> Recipes
6565
</button>
6666
<button id="btn-run-ai" class="tool-btn">
6767
<span class="icon">▶️</span> Run AI Inference
6868
</button>
69-
<button id="btn-recipes" class="tool-btn">
70-
<span class="icon">🥞</span> Recipes
71-
</button>
7269
</div>
7370
<div class="section">
7471
<h3>Extras</h3>
72+
<button id="btn-import-drive-links" class="tool-btn">
73+
<span class="icon">📂</span> Import Drive Links
74+
</button>
7575
<button id="btn-sample-rows" class="tool-btn">
7676
<span class="icon">🎲</span> Sample Rows
7777
</button>

0 commit comments

Comments
 (0)