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