Update Description.tsx

This commit is contained in:
Bas van den Berg 2025-03-17 11:51:30 +01:00 committed by GitHub
parent 1c5f6ef040
commit f76cc6184c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ export default function Description({ item }: { item: Script }) {
AlertColors["warning"], AlertColors["warning"],
)} > )} >
<AlertCircle className="h-4 min-h-4 w-4 min-w-4" /> <AlertCircle className="h-4 min-h-4 w-4 min-w-4" />
<span>Unly use for testing, not in production!</span> <span>Only use for testing, not in production!</span>
</p> </p>
<p className="text-sm text-muted-foreground pt-4"> <p className="text-sm text-muted-foreground pt-4">
{TextCopyBlock(item.description)} {TextCopyBlock(item.description)}