nav: drop redundant web client link
This commit is contained in:
parent
4b700e280c
commit
88c8fc72bb
1 changed files with 0 additions and 1 deletions
|
|
@ -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 with us</a>
|
<a href="/connect"{% if active == "connect" %} class="on"{% endif %}>Chat with 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 client</a>
|
|
||||||
<a href="https://git.devtronic.pro/echo/echoIRCd" class="ext">Source↗</a>
|
<a href="https://git.devtronic.pro/echo/echoIRCd" class="ext">Source↗</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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue