diff --git a/dashboard/src/main/home/app-dashboard/apps/Apps.tsx b/dashboard/src/main/home/app-dashboard/apps/Apps.tsx index f8d0945709..4f05a8a083 100644 --- a/dashboard/src/main/home/app-dashboard/apps/Apps.tsx +++ b/dashboard/src/main/home/app-dashboard/apps/Apps.tsx @@ -220,8 +220,7 @@ const Apps: React.FC = () => { {currentProject?.sandbox_enabled && ( <> }> - $5 of Porter credits have automatically been credited to your - account. + Link a payment method to receive $5 of free Porter credits. diff --git a/dashboard/src/main/home/project-settings/BillingPage.tsx b/dashboard/src/main/home/project-settings/BillingPage.tsx index 7c10e80fcd..1525c7b256 100644 --- a/dashboard/src/main/home/project-settings/BillingPage.tsx +++ b/dashboard/src/main/home/project-settings/BillingPage.tsx @@ -67,7 +67,9 @@ function BillingPage(): JSX.Element { - $ 5.00 + + {paymentMethodList?.length > 0 ? "$ 5.00" : "$ 0.00"} + Payment methods