nav: drop redundant web client link

This commit is contained in:
Jean Chevronnet 2026-08-31 00:41:33 +00:00
parent 4b700e280c
commit 88c8fc72bb
No known key found for this signature in database
GPG key ID: 439666D63A9477E4

View file

@ -34,7 +34,6 @@
<a href="/services"{% if active == "services" %} class="on"{% endif %}>Services</a> <a href="/services"{% if active == "services" %} class="on"{% endif %}>Services</a>
<a href="/connect"{% if active == "connect" %} class="on"{% endif %}>Chat&nbsp;with&nbsp;us</a> <a href="/connect"{% if active == "connect" %} class="on"{% endif %}>Chat&nbsp;with&nbsp;us</a>
<a href="/docs"{% if active == "docs" %} class="on"{% endif %}>Docs</a> <a href="/docs"{% if active == "docs" %} class="on"{% endif %}>Docs</a>
<a href="https://orbit.devtronic.pro">Web&nbsp;client</a>
<a href="https://git.devtronic.pro/echo/echoIRCd" class="ext">Source&#8599;</a> <a href="https://git.devtronic.pro/echo/echoIRCd" class="ext">Source&#8599;</a>
<button class="theme-toggle" type="button" onclick="toggleTheme()" aria-label="Toggle dark mode" title="Toggle light / dark"> <button class="theme-toggle" type="button" onclick="toggleTheme()" aria-label="Toggle dark mode" title="Toggle light / dark">
<svg class="ic-moon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg> <svg class="ic-moon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg>