Skip to content

Commit 765ddf8

Browse files
committed
fixing inventory master your controlles missing info
1 parent 48a1c01 commit 765ddf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ <h2>⌨️ MASTER THE CONTROLS ⌨️</h2>
248248
<button class="tab-btn active" data-tab="movement">🎮 Movement</button>
249249
<button class="tab-btn" data-tab="actions">⚡ Actions</button>
250250
<button class="tab-btn" data-tab="targeting">🎯 Targeting</button>
251-
<button class="tab-btn" data-tab="inventory">🎒 Inventory</button>
251+
<button class="tab-btn" data-tab="inventory-tab">🎒 Inventory</button>
252252
<button class="tab-btn" data-tab="interface">🖥️ Interface</button>
253253
</div>
254254
<div class="tab-content-wrapper">
@@ -292,7 +292,7 @@ <h3>🎯 Targeting System</h3>
292292
<p>💡 Press the item key again to deselect and hide the indicator</p>
293293
</div>
294294
</div>
295-
<div class="tab-content" id="inventory">
295+
<div class="tab-content" id="inventory-tab">
296296
<h3>🎒 Inventory Management</h3>
297297
<div class="control-item">
298298
<span class="key-display">I</span>

0 commit comments

Comments
 (0)