fix: Another AlertTriangle title fix in tld-pricing
Some checks failed
CI / Frontend Lint & Type Check (push) Has been cancelled
CI / Frontend Build (push) Has been cancelled
CI / Backend Lint (push) Has been cancelled
CI / Backend Tests (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
Deploy / Build & Push Images (push) Has been cancelled
Deploy / Deploy to Server (push) Has been cancelled
Deploy / Notify (push) Has been cancelled
Some checks failed
CI / Frontend Lint & Type Check (push) Has been cancelled
CI / Frontend Build (push) Has been cancelled
CI / Backend Lint (push) Has been cancelled
CI / Backend Tests (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
Deploy / Build & Push Images (push) Has been cancelled
Deploy / Deploy to Server (push) Has been cancelled
Deploy / Notify (push) Has been cancelled
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