fix wrong link to old ui

This commit is contained in:
Yazan Agha-Schrader 2024-05-31 05:25:57 +02:00
parent bb9542b54f
commit d9742fbf4e

View file

@ -1067,7 +1067,7 @@ return html`
<div class="dropdown"> <div class="dropdown">
<button class="dropbtn"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10" stroke-width="2"/></svg></button> <button class="dropbtn"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10" stroke-width="2"/></svg></button>
<div class="dropdown-content" id="theme-selector"> <div class="dropdown-content" id="theme-selector">
<a href="index.html">Old UI</a> <a href="/">Old UI</a>
<a href="#" data-theme="default">Snow Storm</a> <a href="#" data-theme="default">Snow Storm</a>
<a href="#" data-theme="polarnight">Polar Night</a> <a href="#" data-theme="polarnight">Polar Night</a>
<a href="#" data-theme="ketivah">Ketivah</a> <a href="#" data-theme="ketivah">Ketivah</a>