chore: formatting

This commit is contained in:
ThatOneCalculator 2023-05-10 14:08:51 -07:00
parent 21ab26a7b3
commit d6dbb4b8ff
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
3 changed files with 3 additions and 5 deletions

View File

@ -1114,7 +1114,7 @@ onMounted(() => {
> .with-quote { > .with-quote {
display: flex; display: flex;
align-items: center; align-items: center;
gap: .4em; gap: 0.4em;
margin-inline: 24px; margin-inline: 24px;
margin-bottom: 12px; margin-bottom: 12px;
color: var(--accent); color: var(--accent);

View File

@ -501,7 +501,7 @@ async function sendModMail() {
userId: user.id, userId: user.id,
text: result, text: result,
}); });
}; }
async function deleteAllFiles() { async function deleteAllFiles() {
const confirm = await os.confirm({ const confirm = await os.confirm({

View File

@ -18,9 +18,7 @@
> >
<small <small
>Powered by >Powered by
<a <a href="https://calckey.org/" target="_blank"
href="https://calckey.org/"
target="_blank"
>Calckey</a >Calckey</a
></small ></small
> >