mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
fix: correct typo in pricing component text
- Changed "Starting @" to "Starting at $" for improved clarity in the Pricing component.
This commit is contained in:
@@ -221,7 +221,7 @@ export function Pricing() {
|
||||
</p>
|
||||
<div className="mt-4">
|
||||
<span className="text-2xl font-semibold text-primary">
|
||||
Starting @ $
|
||||
Starting at $
|
||||
{isAnnual
|
||||
? (startupBaseAnnual / 12).toFixed(2)
|
||||
: startupBaseMonthly.toFixed(0)}
|
||||
|
||||
Reference in New Issue
Block a user