Skip to content

Commit

Permalink
Merge branch 'staging' of https://github.com/PotLock/potlock-nextjs-app
Browse files Browse the repository at this point in the history
… into 73-donation-transaction-hashes
  • Loading branch information
carina-akaia committed Jul 3, 2024
2 parents c8e76f7 + 98ab7de commit 23a27d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/donation/components/DonationSuccess.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const DonationSuccess = ({
<Skeleton className="w-23.5 h-5" />
) : (
<Link
href={`/user/${recipientAccount.id}?tab=donations`}
href={`/user/${recipientAccount.id}/funding-raised`}
className="text-red-600"
>
View donation
Expand Down

0 comments on commit 23a27d5

Please sign in to comment.