-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add banner * Change to yellow * Add envService to main welcome * - Changes message according to Tracy's requests - Adds padding to the message * - Linting * - Linting * - Changes message to make it more explicit. --------- Co-authored-by: Nathan Franklin <[email protected]>
- Loading branch information
1 parent
fdd3d66
commit dedc5c8
Showing
3 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,11 @@ | |
<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"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters