tmpchat

commit 1ed72193d09c59681641bdebb4966c5541d7e780

tree

parent:
bf8296c2a9f7f3e71dccfcb93259707f38f9a242

nmyk <nick@nmyk.io>

2023-01-09T15:04:03-05:00

replace info emoji with unicode 0x24D8

diff --git a/cmd/frontend/templates/tmpchat-index.gohtml b/cmd/frontend/templates/tmpchat-index.gohtml
index fd94f2bf4c7044b956c38779c91be426bcca32d4..b4013c0df61b813b87981f49173b1bdea2f14dbb 100644
--- a/cmd/frontend/templates/tmpchat-index.gohtml
+++ b/cmd/frontend/templates/tmpchat-index.gohtml
@@ -45,7 +45,7 @@                     "by nick mykins<br>" +
                     '<a href="mailto:1-800-TMP-CHAT@nmyk.io"><b>contact</b></a><br>';
                 aboutIsVisible = true;
             } else {
-                document.getElementById("about").innerText = "ℹ️";
+                document.getElementById("about").innerText = "ⓘ";
                 aboutIsVisible = false;
             }
         }
@@ -71,7 +71,7 @@     </form>
 </div>
 <div class="vspace50px"></div>
 <div id="about" class="container" style="min-width:0; text-align: center; cursor: pointer;" onclick="about()">
-    ℹ️
+    ⓘ
 </div>
 </body>