Merge pull request #2747 from issues-opener/minor-fix Fix index.html World pin tooltip

1d5bd0c19e9536b3f9282ac1502a72f631b88a48

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
1 files changed, +3 -1Showing whitespace changes
public/index.html+3 -1
@@ -3556,12 +3556,14 @@
3556 </div>3556 </div>
3557 <div id="WorldInfo" class="drawer-content closedDrawer">3557 <div id="WorldInfo" class="drawer-content closedDrawer">
3558 <div id="WorldInfoheader" class="fa-solid fa-grip drag-grabber"></div>3558 <div id="WorldInfoheader" class="fa-solid fa-grip drag-grabber"></div>
3559 <div id="WI_panel_pin_div" class="flex-container alignitemscenter gap10px" title="Locked = World Editor will stay open" data-i18n="[title]Locked = World Editor will stay open">3559 <div class="flex-container alignitemscenter gap10px">
3560 <div id="WI_panel_pin_div" title="Locked = World Editor will stay open" data-i18n="[title]Locked = World Editor will stay open">
3560 <input type="checkbox" id="WI_panel_pin">3561 <input type="checkbox" id="WI_panel_pin">
3561 <label for="WI_panel_pin">3562 <label for="WI_panel_pin">
3562 <div class="unchecked fa-solid fa-unlock "></div>3563 <div class="unchecked fa-solid fa-unlock "></div>
3563 <div class="checked fa-solid fa-lock "></div>3564 <div class="checked fa-solid fa-lock "></div>
3564 </label>3565 </label>
3566 </div>
3565 <h3 class="margin0">3567 <h3 class="margin0">
3566 <span data-i18n="Worlds/Lorebooks">Worlds/Lorebooks</span>3568 <span data-i18n="Worlds/Lorebooks">Worlds/Lorebooks</span>
3567 <a href="https://docs.sillytavern.app/usage/core-concepts/worldinfo/" class="notes-link" target="_blank">3569 <a href="https://docs.sillytavern.app/usage/core-concepts/worldinfo/" class="notes-link" target="_blank">