Skip to content

Commit

Permalink
fix: typo for funding success share on X
Browse files Browse the repository at this point in the history
  • Loading branch information
sajald77 committed Sep 25, 2024
1 parent cd915d0 commit 443ecfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const SuccessImageComponent = ({ currentBadge }: { currentBadge?: Badge }
return ''
}

const twitterShareText = `I just contributed to ${project.title} on Geyser! Check it out: ${window.origin}/projects/${project.name}`
const twitterShareText = `I just contributed to ${project.title} on Geyser! Check it out: ${window.origin}/project/${project.name}`

return (
<VStack w="full" spacing={6}>
Expand Down

0 comments on commit 443ecfb

Please sign in to comment.