+
+
- {/* Header */}
-
setIsExpanded(!isExpanded)}
- >
-
- โ ๏ธ
- Security Limitations
-
-
{isExpanded ? 'โผ' : 'โถ'}
-
+
- {/* Expanded Content */}
- {isExpanded && (
-
+
-
+
-
+
-
+
-
-
-
-
-
-
-
- Recommendation: Use this tool on a dedicated offline device.
- Clear browser data after each use. Never use on shared/public computers.
-
-
- )}
+
+ Recommendation:{' '}
+ Use this tool on a dedicated offline device. Clear browser data after each use. Never use on shared/public computers.
);
};
-const Warning = ({ icon, title, description }: { icon: string; title: string; description: string }) => (
-
-
{icon}
+const Warning = ({
+ icon,
+ title,
+ description,
+}: {
+ icon: string;
+ title: string;
+ description: string;
+}) => (
+
+
{icon}
-
{title}
-
{description}
+
{title}
+
{description}
);