Add prettierc/workspace config

This commit is contained in:
Ralex91
2024-02-01 19:10:40 +01:00
parent c2db3810ac
commit 6c7f31a6d4
33 changed files with 278 additions and 153 deletions

View File

@@ -26,7 +26,7 @@ export default function Username() {
return (
<>
{loading && (
<div className="absolute w-full h-full z-30 bg-black/40 flex justify-center items-center">
<div className="absolute z-30 flex h-full w-full items-center justify-center bg-black/40">
<Loader />
</div>
)}