Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Hotfix/banner for aug7 (#249)" #287

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
<img src="assets/[email protected]" width="250px" />
<div style="margin-top: 10px" id="release-version">Version 2.17</div>
</div>
<div id="welcome-banner">
Due to a system upgrade on August 7th, 2024, in order to continue using HazMapper users must log in to the
<a href="{{ envService.designSafePortalUrl }}" target="_blank">DesignSafe portal</a> at least once prior to creating new
maps or adding map data to existing projects.
</div>
</div>

<div class="grid-x align-center">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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() {
Expand Down
Loading