chore: improve lint, run prettier, alex added fade-in thing on navbar

This commit is contained in:
David Ralph
2023-03-13 21:14:09 +00:00
parent 510dc1c023
commit f5d9ad11a5
52 changed files with 1267 additions and 827 deletions

View File

@@ -8,4 +8,4 @@ export const supportsAVIF = () => {
image.onload = () => resolve(true);
image.onerror = () => resolve(false);
});
}
};