Skip to content

Commit 392d55e

Browse files
committed
Update PricingSection component to adjust the styling of the promotional text for better visibility and layout consistency.
1 parent b704fa1 commit 392d55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/components/PricingSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export function PricingSection({ isAnnual, setIsAnnual }: { isAnnual: boolean, s
187187
>
188188
{t("Annual")}
189189
</button>
190-
<div className="text-xs text-white absolute top-0 right-0 -translate-y-3 translate-x-1/2 bg-emerald-500 dark:bg-emerald-500 rounded-full px-2 py-0.5">
190+
<div className="text-xs text-white absolute top-0 right-0 -translate-y-3 bg-emerald-500 dark:bg-emerald-500 rounded-full px-2 py-0.5 whitespace-nowrap">
191191
{t("4 months free")}
192192
</div>
193193
</div>

0 commit comments

Comments
 (0)