···23 </div>
24 <div class="italic text-lg">
25 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>
0026 </div>
27</div>
28{{ end }}
···23 </div>
24 <div class="italic text-lg">
25 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>
26+ <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!
27+ Want to know more? Read an introduction to Tangled <a href="https://blog.tangled.sh/intro">here</a>.</p>
28 </div>
29</div>
30{{ end }}
+2-1
appview/pages/templates/user/login.html
···44 </button>
4546 </form>
47- <p class="text-sm text-gray-500">Repository creation is currently invite-only. Join our IRC for an invite!</p>
048 <p id="login-msg" class="error w-full"></p>
49 </main>
50 </body>
···44 </button>
4546 </form>
47+ <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>
48+ <p class="text-sm text-gray-500 pt-2">Read an introduction to Tangled <a href="https://blog.tangled.sh/intro">here</a>.</p>
49 <p id="login-msg" class="error w-full"></p>
50 </main>
51 </body>