import {
HandPalmIcon,
ShieldCheckIcon,
WarningIcon,
} from "@phosphor-icons/react";
import Logo from "../Logo.tsx";
import { Modal } from "../ui/Modal";
import Saajan from "../ui/Saajan.tsx";
export default function WelcomeModal({
setShowWelcome,
}: {
setShowWelcome: (show: boolean) => void;
}) {
return (
<>
Before we begin, let me make a small promise.
If you ever happen to forget your password, your letters are lost
to time, forever.
Welcome to
Everything you write here is sealed with your password,{" "}
cryptographically
, before it leaves your hands.
A fancy way of saying, I couldn't if I tried.
I highly, highly recommend storing this password in your{" "}
password manager
{" "}
or somewhere safe to remember it.