feat: move from discord to web forms

This commit is contained in:
2025-01-22 17:02:16 -08:00
parent d7cd3ffaab
commit 2e00e2ed6a
21 changed files with 280 additions and 538 deletions

View File

@ -25,17 +25,17 @@ export const landingHtml = `
margin-bottom: 10px;
border-radius: 50px;
}
.ban, .block {
.ban {
background-color: #ffcccc;
color: #660000;
}
.kick {
.kick, .suspend {
background-color: #ffddcc;
color: #662200;
}
.mute, .suspend {
.mute {
background-color: #fff1cc;
color: #664b00;
}
@ -69,6 +69,7 @@ iframe {
<h1>Moderation Logs</h1>
<section>
<p>This page lists all of our community moderation sanctions.</p>
<p>This log was last updated at {{ timestamp }}.</p>
</section>
<section>
<h2>Links</h2>