Skip to content

Commit

Permalink
fix: change tweet URL to prod domain
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Feb 20, 2024
1 parent 0c9a775 commit 58ee8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/hooks/useTweetShare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Join me in supporting ${prompt} by donating to these projects on fundpublicgoods
${tweetHandles}
Link: https://dev.fundpublicgoods.ai/s/${runId}?network=${SUPPORTED_NETWORKS[network]}&weights=${weights}&projects=${projects}
Link: https://fundpublicgoods.ai/s/${runId}?network=${SUPPORTED_NETWORKS[network]}&weights=${weights}&projects=${projects}
`;

const tweetUrl = `https://twitter.com/intent/tweet?text=${encodeURIComponent(
Expand Down

0 comments on commit 58ee8e2

Please sign in to comment.