Skip to content

Commit cb1c703

Browse files
authored
Update messages.html
Added priority’s and labeled actions
1 parent a2f6c52 commit cb1c703

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

messages.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,17 @@ <h1>Messages</h1>
185185
<br>
186186

187187
<!-- 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>
188+
<b>Actions:</b> <button onclick="myFunction()">Message Staff</button>
189189

190190
<!-- The actual snackbar -->
191191
<div id="snackbar">This feature is Coming Soon!</div>
192192

193193
<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>
194199
<center><h3>You currently don't have any alerts. Check back later!</h3></center>
195200

196201
<h3>Messages</h3>

0 commit comments

Comments
 (0)