Skip to content

Commit

Permalink
fix: link toll free pricing (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohn25 authored Sep 12, 2023
1 parent fdc0793 commit 37efeac
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/components/NoticeText/PricingTollFreeNoticeText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ const PricingTollFreeNoticeText: React.FC = () => (
<>
<p>Your organization is fully registered for Toll Free sending!</p>
<p>
You are currently on our Toll Free pricing plan, which provides our best
deliverability and sending throughput.
You are currently on our{" "}
<a
href="https://www.politicsrewired.com/pricing"
target="_blank"
rel="noreferrer"
>
Toll Free pricing plan
</a>
, which provides our best deliverability and sending throughput.
</p>
</>
);
Expand Down

0 comments on commit 37efeac

Please sign in to comment.