diff --git a/src/app/components/home/new-landing/new-landing.component.ts b/src/app/components/home/new-landing/new-landing.component.ts
index e518f36090e5d9f0918ab5aca44d503a63acbe54..0b6f54889621e35b2dbe5728e91b6001b4d7ee6a 100644
--- a/src/app/components/home/new-landing/new-landing.component.ts
+++ b/src/app/components/home/new-landing/new-landing.component.ts
@@ -16,7 +16,7 @@ import { LanguageService } from '../../../services/util/language.service';
 export class NewLandingComponent implements OnInit {
 
   user: User;
-  demoId = 88992370; // online 95680586, change before merging
+  demoId = 95680586;
 
   constructor(public authenticationService: AuthenticationService,
               private router: Router,