Skip to content

Commit

Permalink
update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
mcstepp committed Oct 1, 2024
1 parent 2ddc3ad commit 850a0c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/resend/emails/payment_issue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function PaymentIssue({ username, date }: Props) {

<Section className="text-center py-3">
<Button
href="https://unkey.com/app/settings/billing/stripe"
href="https://app.unkey.com/settings/billing/stripe"
className="bg-gray-900 text-gray-50 rounded-lg p-3 w-2/3"
>
Update payment information
Expand Down
2 changes: 1 addition & 1 deletion internal/resend/emails/subscription_ended.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function SubscriptionEnded({ username }: Props) {

<Section className="text-center py-3">
<Button
href="https://unkey.com/app/settings/billing"
href="https://app.unkey.com/settings/billing"
className="bg-gray-900 text-gray-50 rounded-lg p-3 w-2/3"
>
Upgrade Now
Expand Down
2 changes: 1 addition & 1 deletion internal/resend/emails/trial_ended.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function TrialEnded({ workspaceName, username }: Props) {

<Section className="text-center py-3">
<Button
href="https://unkey.com/app/settings/billing"
href="https://app.unkey.com/settings/billing"
className="bg-gray-900 text-gray-50 rounded-lg p-3 w-2/3"
>
Upgrade now
Expand Down
2 changes: 1 addition & 1 deletion internal/resend/emails/welcome_email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function WelcomeEmail() {

<Section className="text-center py-3">
<Button
href="https://unkey.com/app"
href="https://app.unkey.com/"
className="bg-gray-900 text-gray-50 rounded-lg p-3 w-2/3"
>
Go to your dashboard
Expand Down

0 comments on commit 850a0c0

Please sign in to comment.