feat: remove chat link

This commit is contained in:
ayo 2026-05-31 13:11:09 +02:00
parent 8f09af3829
commit 25a83048d5
2 changed files with 0 additions and 14 deletions

View file

@ -56,11 +56,6 @@ import Footer from '../components/Footer.astro'
✉️ Email me: <a href="mailto:ayo@ayco.io">ayo@ayco.io</a> &middot ✉️ Email me: <a href="mailto:ayo@ayco.io">ayo@ayco.io</a> &middot
<small> (<a href="/pgp">PGP key</a>)</small> <small> (<a href="/pgp">PGP key</a>)</small>
</li> </li>
<li>
💬 Let's chat: <a href="https://chat.ayo.run/join/7IKG-h3nW-pD1H"
>chat.ayo.run</a
>
</li>
<li> <li>
💬 Signal: <a 💬 Signal: <a
href="https://signal.me/#eu/mU2KHaMuoumvLaq7P5ZPUU4HMd0SaU9hYHeEPbDIeJzysNL01FVLfbk-kVEncfIz" href="https://signal.me/#eu/mU2KHaMuoumvLaq7P5ZPUU4HMd0SaU9hYHeEPbDIeJzysNL01FVLfbk-kVEncfIz"

View file

@ -41,15 +41,6 @@ const avatarSize = 150
<span class="now-label">now</span> <span class="now-label">now</span>
<span class="status">{now.title}</span> <span class="status">{now.title}</span>
</a> </a>
<a
href="https://chat.ayo.run/join/7IKG-h3nW-pD1H"
class="chat-link action"
>
<status-indicator id="chat-link" pulse status="positive">
Chat
</status-indicator>
</a>
</div> </div>
</div> </div>
</section> </section>