summaryrefslogtreecommitdiff
path: root/src-migrate/libs
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/libs')
-rw-r--r--src-migrate/libs/whatsappUrl.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/libs/whatsappUrl.ts b/src-migrate/libs/whatsappUrl.ts
index 66879585..a3fcf8ad 100644
--- a/src-migrate/libs/whatsappUrl.ts
+++ b/src-migrate/libs/whatsappUrl.ts
@@ -44,5 +44,5 @@ export const whatsappUrl = ({
result = greetingText + result;
}
- return `https://wa.me/628128080622?text=${encodeURIComponent(result)}`;
+ return `https://wa.me/6281717181922?text=${encodeURIComponent(result)}`;
};