Skip to content

Commit b652a8e

Browse files
committed
Fix links on homepage
1 parent c4607d0 commit b652a8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ <h1 class="brand-heading fade-in">
9393
<p class="intro-text">A powerful, open-source and web-based <a href="https://xmpp.org" target="_blank" rel="noopener">XMPP</a> chat client.</p>
9494
<p class="intro-text">Pluggable and customizable with end-to-end encryption, DMs, group chats, and 30+ language support.</p>
9595

96-
<div class="page-scroll">
97-
<a href="#about" class="btn btn-primary btn-lg rounded mt-4 mb-4">Take me to the app</a>
98-
<p class="intro-text">Or download the <a href="https://github.com/conversejs/converse-desktop/releases" target="_blank" rel="noopener">desktop</a> version.<p>
96+
<div>
97+
<a href="https://chat.conversejs.org" target="_blank" rel="noopener" class="btn btn-primary btn-lg rounded mt-4 mb-4">Take me to the app</a>
98+
<p class="intro-text">Or download the <a href="https://github.com/conversejs/converse-desktop/releases" target="_blank" rel="noopener">desktop</a> version.</p>
9999
</div>
100100

101101
<div id="screenshotCarousel" class="carousel slide mx-auto pt-5" style="max-width: 1200px">

0 commit comments

Comments
 (0)