Change portion of welcome message

This commit is contained in:
Matt Kliewer 2017-07-05 13:15:58 -04:00
parent 580471dca9
commit 45e3834f2a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
{% if search["term"] == '' %}
<div class="alert alert-info">
<p>We welcome you to provide feedback at <a href="irc://irc.rizon.net/nyaa-dev">#nyaa-dev@irc.rizon.net</a></p>
<p>Our GitHub: <a href="https://github.com/nyaadevs" target="_blank">https://github.com/nyaadevs</a> - creating <a href="https://github.com/nyaadevs/nyaa/issues">issues</a> for features and faults is recommendable!</p>
<p>Our GitHub: <a href="https://github.com/nyaadevs" target="_blank">https://github.com/nyaadevs</a> - creating <a href="https://github.com/nyaadevs/nyaa/issues">issues</a> for features and faults is recommended!</p>
</div>
{% endif %}