From 264c6fc6674cecdc30a18c3fc0f2ba65ec58d2ca Mon Sep 17 00:00:00 2001
From: Yves Gugger
Date: Wed, 10 Dec 2025 20:27:05 +0100
Subject: [PATCH] fix: Wrap AlertTriangle with span for title in tld-pricing
---
frontend/src/app/tld-pricing/[tld]/page.tsx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/frontend/src/app/tld-pricing/[tld]/page.tsx b/frontend/src/app/tld-pricing/[tld]/page.tsx
index a488a17..a7f1323 100644
--- a/frontend/src/app/tld-pricing/[tld]/page.tsx
+++ b/frontend/src/app/tld-pricing/[tld]/page.tsx
@@ -714,7 +714,9 @@ export default function TldDetailPage() {
${details.min_renewal_price.toFixed(2)}
{renewalInfo?.isTrap && (
-
+
+
+
)}
) : (