diff --git a/src/components/shortcodes/ProtectedContent.astro b/src/components/shortcodes/ProtectedContent.astro index 1ab737d..5e05126 100644 --- a/src/components/shortcodes/ProtectedContent.astro +++ b/src/components/shortcodes/ProtectedContent.astro @@ -21,28 +21,30 @@ const { encryptedData, iv } = encrypt(content, password);

This content is protected. Enter the password to view it:

-
+
- +