浏览代码

Update closed registration page with links to other instances

Daniel Supernault 6 年之前
父节点
当前提交
382fcea64e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      resources/views/site/closed-registration.blade.php

+ 2 - 0
resources/views/site/closed-registration.blade.php

@@ -7,6 +7,8 @@
       <div class="card-body p-5 text-center">
         <h1>Registration is closed</h1>
         <p class="lead mb-0">We have closed registrations on this instance.</p>
+        <hr>
+        <p class="lead">You can find a list of active pixelfed instances on <a href="https://the-federation.info/pixelfed" rel="external nofollow noopener">https://the-federation.info/pixelfed</a> or <a href="https://fediverse.network/pixelfed" rel="external nofollow noopener">https://fediverse.network/pixelfed</a></p>
       </div>
     </div>
   </div>