From e0fdc46eba1919a00ef872e2505eb7ada9d18820 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Mon, 6 Feb 2023 15:47:57 -0800 Subject: [PATCH] Add chat link to mobile nav bar --- web/templates/base.html | 5 +++++ web/templates/chat.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/web/templates/base.html b/web/templates/base.html index b4efafc..d3747ec 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -210,6 +210,11 @@ {{if .LoggedIn}}
{{if .CurrentUser.Certified}} + + + + diff --git a/web/templates/chat.html b/web/templates/chat.html index 9681773..de5e3a8 100644 --- a/web/templates/chat.html +++ b/web/templates/chat.html @@ -25,7 +25,7 @@

This chat room is currently ready for beta testing. It's a very new app built specifically for {{PrettyTitle}} and may still be lacking in some features and may be rough around - the edges. Give it a try and send feedback if you run into any technical + the edges. Give it a try and send feedback if you run into any technical issues with the chat room!