Skip to content

Commit

Permalink
Merge branch 'main' into update/add-link-to-main-page-from-nav-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin authored Dec 5, 2024
2 parents 10dad3f + 4baf8da commit b236057
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
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

0 comments on commit b236057

Please sign in to comment.