···2323 </div>
2424 <div class="italic text-lg">
2525 tightly-knit social coding, <a href="/login" class="underline inline-flex gap-1 items-center">join now <i data-lucide="arrow-right" class="w-4 h-4"></i></a>
2626- <p class="pt-5 px-10 text-sm text-gray-500">Repository creation is currently invite-only. Join our IRC on <code>#tangled</code> on Libera Chat for an invite!
2727- Want to know more? Read an introduction to Tangled <a href="https://blog.tangled.sh/intro">here</a>.</p>
2626+ <p class="pt-5 px-10 text-sm text-gray-500">Join our IRC channel: <a href="https://web.libera.chat/#tangled"><code>#tangled</code> on Libera Chat</a>.
2727+ Read an introduction to Tangled <a href="https://blog.tangled.sh/intro">here</a>.</p>
2828 </div>
2929</div>
3030{{ end }}
+6-4
appview/pages/templates/user/login.html
···1313 </head>
1414 <body class="flex items-center justify-center min-h-screen">
1515 <main class="max-w-64">
1616- <h1 class="text-center text-2xl font-semibold italic">tangled</h1>
1616+ <h1 class="text-center text-2xl font-semibold italic">
1717+ tangled
1818+ </h1>
1719 <form
1820 class="w-full"
1921 hx-post="/login"
···4244 >
4345 <span>login</span>
4446 </button>
4545-4647 </form>
4747- <p class="text-sm text-gray-500">Repository creation is currently invite-only. Join our IRC on <code>#tangled</code> on Libera Chat for an invite!</p>
4848- <p class="text-sm text-gray-500 pt-2">Read an introduction to Tangled <a href="https://blog.tangled.sh/intro">here</a>.</p>
4848+ <p class="text-sm text-gray-500">
4949+ Join our IRC channel: <a href="https://web.libera.chat/#tangled"><code>#tangled</code> on Libera Chat</a>.
5050+ </p>
4951 <p id="login-msg" class="error w-full"></p>
5052 </main>
5153 </body>