tmux-weblink 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -722,10 +722,10 @@ import{cssVarsStyle as g}from"../theme.js";import{commandbarCSS as b,commandbarH
722
722
  <button class="theme-option" data-theme="dark-cove" title="Dark Cove"><span class="theme-dot" style="background:#7aa2f7"></span>Dark Cove${e.template==="dark-cove"?'<span class="theme-check">\u2713</span>':""}</button>
723
723
  </div>
724
724
  <hr class="settings-divider" />
725
- <div class="settings-item" style="cursor:pointer" id="set-plugins-link">
726
- <a href="/settings" style="color:inherit;text-decoration:none">Plugins & Settings</a>
725
+ <a href="/settings" class="settings-item" id="set-plugins-link" style="cursor:pointer;color:inherit;text-decoration:none">
726
+ <span>Plugins & Settings</span>
727
727
  <span style="font-size:var(--text-xs);color:var(--panel-muted)">\u2192</span>
728
- </div>
728
+ </a>
729
729
  </div>
730
730
 
731
731
  <!-- Git diff popover -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tmux-weblink",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Access your tmux sessions from the browser. A continuation of tmux-web and persalink.",
5
5
  "type": "module",
6
6
  "bin": {