diff --git a/apps/web-mzima-client/src/app/shared/components/support-modal/support-modal.component.ts b/apps/web-mzima-client/src/app/shared/components/support-modal/support-modal.component.ts index e6fc885057..9b9c70eaaf 100644 --- a/apps/web-mzima-client/src/app/shared/components/support-modal/support-modal.component.ts +++ b/apps/web-mzima-client/src/app/shared/components/support-modal/support-modal.component.ts @@ -46,7 +46,7 @@ export class SupportModalComponent extends BaseComponent { title: this.translate.instant('app.report_a_bug.title'), description: this.translate.instant('app.report_a_bug.description'), action: () => { - this.openUrl('https://github.com/ushahidi/platform/issues/new'); + this.openUrl('https://form.typeform.com/to/FENOwVce'); this.closeModal(); }, },