ui linting fix

This commit is contained in:
Ishaan Jaffer
2025-09-26 18:22:44 -07:00
parent 81765bba17
commit bbbf204fe8
@@ -130,7 +130,7 @@ const KeyLifecycleSettings: React.FC<KeyLifecycleSettingsProps> = ({
{autoRotationEnabled && (
<div className="bg-blue-50 p-3 rounded-md text-sm text-blue-700">
When rotation occurs, you'll receive a notification with the new key. The old key will be deactivated after a brief grace period.
When rotation occurs, you&apos;ll receive a notification with the new key. The old key will be deactivated after a brief grace period.
</div>
)}
</div>