fix: Another AlertTriangle title fix in tld-pricing
This commit is contained in:
@ -1052,10 +1052,9 @@ export default function TldDetailPage() {
|
|||||||
${registrar.renewal_price.toFixed(2)}
|
${registrar.renewal_price.toFixed(2)}
|
||||||
</span>
|
</span>
|
||||||
{hasRenewalTrap && (
|
{hasRenewalTrap && (
|
||||||
<AlertTriangle
|
<span title={`Renewal trap: ${(registrar.renewal_price / registrar.registration_price).toFixed(1)}x registration price`}>
|
||||||
className="inline-block ml-1.5 w-3.5 h-3.5 text-amber-400 cursor-help"
|
<AlertTriangle className="inline-block ml-1.5 w-3.5 h-3.5 text-amber-400 cursor-help" />
|
||||||
title={`Renewal trap: ${(registrar.renewal_price / registrar.registration_price).toFixed(1)}x registration price`}
|
</span>
|
||||||
/>
|
|
||||||
)}
|
)}
|
||||||
</td>
|
</td>
|
||||||
<td className="px-5 py-4 text-right hidden sm:table-cell">
|
<td className="px-5 py-4 text-right hidden sm:table-cell">
|
||||||
|
|||||||
Reference in New Issue
Block a user