From d98f355c3cb1da19a82a098e3ac2efc4a4980be2 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Thu, 10 Aug 2023 08:49:43 +0200 Subject: [PATCH] Update main.component.ts --- frontend/src/app/components/main.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/main.component.ts b/frontend/src/app/components/main.component.ts index 216d9a5..ebc6464 100644 --- a/frontend/src/app/components/main.component.ts +++ b/frontend/src/app/components/main.component.ts @@ -29,7 +29,7 @@ export class MainComponent { showApp = false noVersionsAdded = false missingVersion: string|undefined - showDiscontinuationWarning = location.hostname === 'localhost' + showDiscontinuationWarning = location.hostname === 'app.tabby.sh' @ViewChild('iframe') iframe: ElementRef