refactor: move DrawerSection component and implement image encryption/decryption tests

This commit is contained in:
ramvignesh-b
2026-04-14 00:03:56 +05:30
parent b64288c5dd
commit 1f94df1309
9 changed files with 322 additions and 109 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ export default function SplashScreen() {
<Logo />
<div className="flex flex-col items-center gap-2">
<span className="loading loading-ring loading-lg text-primary" />
<p className="text-xs uppercase tracking-widest opacity-40 font-display">
Initializing Identity
<p className="text-xs uppercase font-sans tracking-widest opacity-40">
Unsealing...
</p>
</div>
</div>