clean up & update dependencies

This commit is contained in:
Ren Amamiya
2023-05-14 15:51:56 +07:00
parent 7f1dd1514f
commit 48d690d33a
17 changed files with 276 additions and 317 deletions

View File

@@ -74,7 +74,7 @@ export function ImagePicker({ type }: { type: string }) {
return (
<button
onClick={() => openFileDialog()}
className="inline-flex h-6 w-6 cursor-pointer items-center justify-center rounded-md hover:bg-zinc-700"
className="inline-flex h-6 w-6 items-center justify-center rounded-md hover:bg-zinc-700"
>
{loading ? (
<svg