mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-04-18 11:26:53 +02:00
fix: correct HTML entity in security notice description
This commit is contained in:
@@ -56,7 +56,7 @@ export function CreateSecretKeyForm() {
|
||||
<Shield className="h-4 w-4 text-amber-600 dark:text-amber-400" />
|
||||
<AlertTitle className="text-amber-800 dark:text-amber-400">Important security notice</AlertTitle>
|
||||
<AlertDescription className="text-amber-700 dark:text-amber-500">
|
||||
Your <b>secret key</b> gives full control of your account. It's stored locally in your browser
|
||||
Your <b>secret key</b> gives full control of your account. It's stored locally in your browser
|
||||
and never sent to any server. Make sure to back it up securely.
|
||||
</AlertDescription>
|
||||
</Alert>
|
||||
|
||||
Reference in New Issue
Block a user