diff --git a/src/app/components/shared/quiz-now/quiz-now.component.ts b/src/app/components/shared/quiz-now/quiz-now.component.ts
index 467cf2a58db03c1dded8e324604400c47f8ccff5..5993dc3dad3fe8f7c48bdc7f0df9a3dcb71fcfa3 100644
--- a/src/app/components/shared/quiz-now/quiz-now.component.ts
+++ b/src/app/components/shared/quiz-now/quiz-now.component.ts
@@ -32,7 +32,7 @@ export class QuizNowComponent implements OnInit, OnDestroy {
   }
 
   ngOnInit() {
-    this.urlSafe = this.sanitizer.bypassSecurityTrustResourceUrl('https://antworte.jetzt/');
+    this.urlSafe = this.sanitizer.bypassSecurityTrustResourceUrl('https://staging.antworte.jetzt/');
     this._headerSubscription = this.eventService.on<string>('navigate').subscribe(action => {
       if (action === 'questionBoard') {
         this.router.navigate(['/' + this.roleString + '/room/' + this.shortId + '/comments']);