diff --git a/frontend/src/components/editor/PostSealModal.tsx b/frontend/src/components/editor/PostSealModal.tsx index 1f1c2de..792cead 100644 --- a/frontend/src/components/editor/PostSealModal.tsx +++ b/frontend/src/components/editor/PostSealModal.tsx @@ -5,11 +5,13 @@ import { PATHS, ROUTES } from "../../config/routes"; interface PostSealModalProps { sealedTargetId: string | null; navigate: NavigateFunction; + type: "KEPT" | "VAULT"; } export function PostSealModal({ sealedTargetId, navigate, + type = "KEPT", }: PostSealModalProps) { if (!sealedTargetId) return null; return ( @@ -20,33 +22,61 @@ export function PostSealModal({
It's encrypted and always safe in your drawer.
-
- When you're ready,
-
- you can{" "}
- read it,{" "}
- send it to
- someone, or{" "}
- burn it to
- release
-
+ When you're ready,
+
+ you can{" "}
+ read{" "}
+ it, send{" "}
+ it to someone, or{" "}
+ burn it
+ to release
+
+ Be assured that the letter will find you when the time is right.
+
+ Till then,{" "}
+
+ take a deep breath
+
+ ,{" "}
+ manifest
+ , and{" "}
+
+ let it rest
+
+ .
+
- Vaulting locks the letter permanently and will be{" "}
- mailed to you
- automatically on the unlock date.
+ By vaulting this letter, you ask me to hold on to this.
-
- You cannot edit or view the contents of the letter until then.
+ I'll remember to mail you this on the unlock date.
+
+
+ {" "}
+ But I won't let you read or rewrite this letter until then.
+