File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/grant-explorer/src/features/common Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ export function createTwitterShareUrl(props: TwitterButtonParams) {
94
94
}
95
95
96
96
export function createTwitterAttestationShareText ( attestationLink : string ) {
97
- return `Just minted my donation on Gitcoin 🫡\n\nMy impact is now onchain!\n\n${ attestationLink } ` ;
97
+ return `Just minted my donation on @gitcoin 🫡\n\nMy impact is now onchain!\n\n${ attestationLink } ` ;
98
98
}
99
99
100
100
export function createTwitterAttestationShareUrl ( attestationLink : string ) {
@@ -105,11 +105,11 @@ export function createTwitterAttestationShareUrl(attestationLink: string) {
105
105
}
106
106
107
107
export function getFarcasterAttestationShareText ( ) {
108
- const encodedText1 = encodeURIComponent (
109
- `Just minted my donation on Gitcoin 🫡\n\nMy impact is now onchain!`
110
- ) ;
108
+ const encodedText1 = encodeURIComponent ( `Just minted my donation on ` ) ;
109
+ const encodedText2 = encodeURIComponent ( ` 🫡\n\nMy impact is now onchain!`) ;
110
+
111
111
// NB: mentions should not be encoded
112
- return encodedText1 ;
112
+ return ` ${ encodedText1 } @gitcoin ${ encodedText2 } ` ;
113
113
}
114
114
115
115
export function createFarcasterShareUrl (
You can’t perform that action at this time.
0 commit comments