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 {
display: flex;
align-items: center;
gap: .4em;
gap: 0.4em;
margin-inline: 24px;
margin-bottom: 12px;
color: var(--accent);

View File

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

View File

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