diff --git a/web/index.html b/web/index.html index ee26cf8..9a9f42d 100644 --- a/web/index.html +++ b/web/index.html @@ -52,7 +52,7 @@ -
+
diff --git a/web/package.json b/web/package.json index 77fbb5a..e3d5387 100644 --- a/web/package.json +++ b/web/package.json @@ -4,7 +4,7 @@ "type": "module", "private": true, "homepage": ".", - "packageManager": "pnpm@9.0.2", + "packageManager": "pnpm@9.1.4", "scripts": { "dev": "vite", "build": "tsc && vite build", diff --git a/web/src/components/modals/index.tsx b/web/src/components/modals/index.tsx index f92d456..b8dba1d 100644 --- a/web/src/components/modals/index.tsx +++ b/web/src/components/modals/index.tsx @@ -5,7 +5,7 @@ import { FC, Fragment, MutableRefObject, useState } from "react"; -import { Dialog, Transition } from "@headlessui/react"; +import { Dialog, DialogPanel, DialogTitle, Transition, TransitionChild } from "@headlessui/react"; import { ExclamationTriangleIcon } from "@heroicons/react/24/solid"; import { RingResizeSpinner } from "@components/Icons"; @@ -42,9 +42,9 @@ const ModalUpper = ({ title, text }: ModalUpperProps) => (