diff --git a/app/components/general-layout.tsx b/app/components/general-layout.tsx index eab243f..a61ff90 100644 --- a/app/components/general-layout.tsx +++ b/app/components/general-layout.tsx @@ -110,7 +110,7 @@ export const GeneralLayout = ({ children }: React.PropsWithChildren) => { - + + - ); }; diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index f8372ce..b8c379f 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -3,7 +3,7 @@ import {Navigate} from "@remix-run/react"; export default function Index() { return ( - Checking Login Status }> diff --git a/app/routes/file-manager/index.tsx b/app/routes/file-manager/index.tsx index 12752af..1c760e4 100644 --- a/app/routes/file-manager/index.tsx +++ b/app/routes/file-manager/index.tsx @@ -21,7 +21,7 @@ import { usePinning } from "~/hooks/usePinning"; export default function FileManager() { return ( - +

File Manager

@@ -98,6 +98,7 @@ const PinFilesForm = () => { }, shouldValidate: "onSubmit", onSubmit(e, { submission }) { + e.preventDefault(); if (submission?.status === "success") { const value = submission.value;