From 4baf8daa77da9bb1e7d690426d4f9ec157039dfe Mon Sep 17 00:00:00 2001 From: Nathan Franklin Date: Thu, 5 Dec 2024 02:59:54 +0100 Subject: [PATCH] Revert "Hotfix/banner for aug7 (#249)" (#287) This reverts commit dedc5c8df142bc82dffda5035f51830327c538c2. --- .../app/components/main-welcome/main-welcome.component.html | 5 ----- .../app/components/main-welcome/main-welcome.component.styl | 6 ------ .../app/components/main-welcome/main-welcome.component.ts | 4 +--- 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/angular/src/app/components/main-welcome/main-welcome.component.html b/angular/src/app/components/main-welcome/main-welcome.component.html index e89e735b..b9df12f9 100644 --- a/angular/src/app/components/main-welcome/main-welcome.component.html +++ b/angular/src/app/components/main-welcome/main-welcome.component.html @@ -5,11 +5,6 @@
Version 2.17
-
- Due to a system upgrade on August 7th, 2024, in order to continue using HazMapper users must log in to the - DesignSafe portal at least once prior to creating new - maps or adding map data to existing projects. -
diff --git a/angular/src/app/components/main-welcome/main-welcome.component.styl b/angular/src/app/components/main-welcome/main-welcome.component.styl index 3976d72a..9220be80 100644 --- a/angular/src/app/components/main-welcome/main-welcome.component.styl +++ b/angular/src/app/components/main-welcome/main-welcome.component.styl @@ -90,12 +90,6 @@ padding-bottom 50px justify-content center align-items center - #welcome-banner - background-color #fff3cd - color #856404 - padding 20px - justify-content center - font-size 13px #welcome-learn padding-top 30px diff --git a/angular/src/app/components/main-welcome/main-welcome.component.ts b/angular/src/app/components/main-welcome/main-welcome.component.ts index 365c78af..66f6095c 100644 --- a/angular/src/app/components/main-welcome/main-welcome.component.ts +++ b/angular/src/app/components/main-welcome/main-welcome.component.ts @@ -11,7 +11,6 @@ import { combineLatest } from 'rxjs'; import { take } from 'rxjs/operators'; import { StreetviewAuthenticationService } from 'src/app/services/streetview-authentication.service'; import { StreetviewService } from 'src/app/services/streetview.service'; -import { EnvService } from 'src/app/services/env.service'; @Component({ selector: 'app-main-welcome', @@ -35,8 +34,7 @@ export class MainWelcomeComponent implements OnInit { private modalService: ModalService, private streetviewAuthenticationService: StreetviewAuthenticationService, private streetviewService: StreetviewService, - private agaveSystemsService: AgaveSystemsService, - private envService: EnvService + private agaveSystemsService: AgaveSystemsService ) {} ngOnInit() {