We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f6c52 commit cb1c703Copy full SHA for cb1c703
messages.html
@@ -185,12 +185,17 @@ <h1>Messages</h1>
185
<br>
186
187
<!-- Use a button to open the snackbar, that says Coming Soon, as messaging staff through the messages menu is not a feature yet -->
188
-<button onclick="myFunction()">Message Staff</button>
+<b>Actions:</b> <button onclick="myFunction()">Message Staff</button>
189
190
<!-- The actual snackbar -->
191
<div id="snackbar">This feature is Coming Soon!</div>
192
193
<h3>Alerts From Coding Hut</h3>
194
+
195
+<h4>Higher Priority Alerts</h4>
196
+<center><h3>You currently don't have any alerts. Check back later!</h3></center>
197
198
+<h4>Lower Priority Alerts</h4>
199
<center><h3>You currently don't have any alerts. Check back later!</h3></center>
200
201
<h3>Messages</h3>
0 commit comments