fix: Wrap AlertTriangle with span for title in tld-pricing
This commit is contained in:
@ -714,7 +714,9 @@ export default function TldDetailPage() {
|
|||||||
${details.min_renewal_price.toFixed(2)}
|
${details.min_renewal_price.toFixed(2)}
|
||||||
</p>
|
</p>
|
||||||
{renewalInfo?.isTrap && (
|
{renewalInfo?.isTrap && (
|
||||||
<AlertTriangle className="w-4 h-4 text-amber-400" title={`Renewal trap: ${renewalInfo.ratio.toFixed(1)}x registration`} />
|
<span title={`Renewal trap: ${renewalInfo.ratio.toFixed(1)}x registration`}>
|
||||||
|
<AlertTriangle className="w-4 h-4 text-amber-400" />
|
||||||
|
</span>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user