We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f9706 commit 9622d4dCopy full SHA for 9622d4d
src/app/static/feedback/feedback.component.ts
@@ -7,7 +7,6 @@ import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
7
styleUrls: ['./feedback.component.scss']
8
})
9
export class FeedbackComponent {
10
- // Replace this URL with your actual Google Form embed URL
11
private formUrl = 'https://docs.google.com/forms/d/e/1FAIpQLSfID5F6is5J7GSJUlFzIYZ7FOsXEebjLjLZwXhLdFPELVBVMQ/viewform?usp=dialog';
12
safeFormUrl: SafeResourceUrl;
13
0 commit comments