There was an error while loading. Please reload this page.
1 parent 5b9ad8c commit 68bcac9Copy full SHA for 68bcac9
src/utils/getWhatsAppUrl.ts
@@ -7,7 +7,7 @@ export interface WhatsAppProps extends BaseShareProps {
7
}
8
9
export const getWhatsAppUrl = ({ url, text }: WhatsAppProps) =>
10
- `whatsapp://send?text=${objectToUrlParams({
+ `whatsapp://send${objectToUrlParams({
11
text: text ? `${text} ${url}` : url,
12
})}`;
13
0 commit comments