Skip to content

Commit

Permalink
Update email.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Nov 10, 2024
1 parent bd481ea commit 07d35f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/notifications/src/workflows/usage-limits/email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export function UsageLimitsEmail({ percentage, organizationName, previewText }:
</Section>

<Text className="text-[12px] leading-[20px] text-gray-500">
Note: Once you consume 100% of your monthly limit, notifications will be blocked until you upgrade or the next billing cycle begins.
begins.
Note: Once you consume 100% of your monthly limit, notifications will be blocked until you upgrade or the next
billing cycle begins. begins.
</Text>
</EmailLayout>
);
Expand Down

0 comments on commit 07d35f4

Please sign in to comment.