* Settings fixes

* Fix formatting
This commit is contained in:
Nicolas Mowen
2024-05-18 14:19:32 -06:00
committed by GitHub
parent 402f5fa142
commit 16f1c575d7
7 changed files with 83 additions and 83 deletions

View File

@@ -82,10 +82,10 @@ export default function PreviewPlayer({
}
return (
<div className="size-full flex items-center justify-center rounded-lg text-white md:rounded-2xl">
<div className="flex size-full items-center justify-center rounded-lg text-white md:rounded-2xl">
No Preview Found
</div>
)
);
}
export abstract class PreviewController {