diff --git a/README.md b/README.md index ab00f0b..f31cb07 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Open Source, Powerful, and Comprehensive Event Management Platform +### Learn & Connect +[Telegram Public Group](https://t.me/bwh_buzz) ### Stack / Architecture 1. Frappe Framework: The Backend and Admin Interface diff --git a/dashboard/src/pages/RegisterInterest.vue b/dashboard/src/pages/RegisterInterest.vue index d5d082d..46c3637 100644 --- a/dashboard/src/pages/RegisterInterest.vue +++ b/dashboard/src/pages/RegisterInterest.vue @@ -108,6 +108,7 @@ const registerResource = createResource({ }); function registerInterest() { + if (window.fbq) window.fbq("track", "AddToCart"); registerResource.submit({ campaign: props.campaign, });