Add chat link to mobile nav bar

face-detect
Noah Petherbridge 2023-02-06 15:47:57 -08:00
parent 050ce19160
commit e0fdc46eba
2 changed files with 6 additions and 1 deletions

View File

@ -210,6 +210,11 @@
{{if .LoggedIn}} {{if .LoggedIn}}
<div class="mobile nonshy-mobile-notification"> <div class="mobile nonshy-mobile-notification">
{{if .CurrentUser.Certified}} {{if .CurrentUser.Certified}}
<a class="tag is-grey py-4"
href="/chat">
<span class="icon"><i class="fa fa-message"></i></span>
</a>
<a class="tag is-grey py-4" <a class="tag is-grey py-4"
href="/forum"> href="/forum">
<span class="icon"><i class="fa fa-comments"></i></span> <span class="icon"><i class="fa fa-comments"></i></span>

View File

@ -25,7 +25,7 @@
<p> <p>
This chat room is currently ready for <strong>beta</strong> testing. It's a very new app built This chat room is currently ready for <strong>beta</strong> testing. It's a very new app built
specifically for {{PrettyTitle}} and may still be lacking in some features and may be rough around specifically for {{PrettyTitle}} and may still be lacking in some features and may be rough around
the edges. Give it a try and <a href="/contact">send feedback</a> if you run into any technical the edges. Give it a try and <a href="/contact"><strong>send feedback</strong></a> if you run into any technical
issues with the chat room! issues with the chat room!
</p> </p>