diff --git a/frontend/src/components/SplashScreen.tsx b/frontend/src/components/SplashScreen.tsx index e2e4bf6..af912bd 100644 --- a/frontend/src/components/SplashScreen.tsx +++ b/frontend/src/components/SplashScreen.tsx @@ -1,11 +1,13 @@ +import { EnvelopeOpenIcon } from "@phosphor-icons/react"; import Logo from "./Logo"; export default function SplashScreen() { return ( -
+
+

Unsealing... diff --git a/frontend/src/components/ui/DrawerSection.tsx b/frontend/src/components/ui/DrawerSection.tsx index ba3b8bf..c528297 100644 --- a/frontend/src/components/ui/DrawerSection.tsx +++ b/frontend/src/components/ui/DrawerSection.tsx @@ -20,12 +20,12 @@ export function DrawerSection({ return (

@@ -35,11 +35,11 @@ export function DrawerSection({ -
- - {/* The Letter */} -
-
- -
-
- -
- - {metadata?.recipient && ( -

- For {metadata.recipient} -

- )}
+ )} +
+ setRevealState("revealed")} + />
- {/* Atmospheric Footer */}