Skip to content

Commit

Permalink
Change Stripe link
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolaGenesin committed Feb 25, 2021
1 parent c097694 commit 617dd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ const LoggedInHome = () => {
</Button>
)}
{canCreateCharges && (
<Link w="100%" href="https://dashboard.stripe.com/login" target="_blank">
<Link w="100%" href="https://dashboard.stripe.com/payments?status%5B%5D=successful" target="_blank">
<Button
boxShadow="md"
w="100%"
Expand Down

1 comment on commit 617dd6e

@vercel
Copy link

@vercel vercel bot commented on 617dd6e Feb 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.