Skip to content

Commit

Permalink
Merge branch 'main' into task/WG-237-Delete-Project-Modal-React
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia-massie authored Nov 6, 2024
2 parents 1f7f743 + f89df63 commit 55ef7da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,15 @@
</div>
<div class="grid-x align-center" id="user-guide-container">
<div id="user-guide">
<a href="{{ guide_url }}">
<a target="_blank" rel="noreferrer" href="{{ guide_url }}">
<i class="fas fa-info-circle"></i>
User Guide
</a>
<br />
<a target="_blank" rel="noreferrer" href="{{ taggit_guide_url }}">
<i class="fas fa-info-circle"></i>
Taggit User Guide
</a>
</div>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import { EnvService } from 'src/app/services/env.service';
})
export class MainWelcomeComponent implements OnInit {
release_url = 'https://github.com/TACC-cloud/hazmapper';
guide_url = 'https://www.designsafe-ci.org/rw/user-guides/tools-applications/visualization/hazmapper/';
guide_url = 'https://www.designsafe-ci.org/user-guide/tools/visualization/#hazmapper-user-guide';
taggit_guide_url = 'https://www.designsafe-ci.org/user-guide/tools/visualization/#taggit-user-guide-basic-image-browsing-and-mapping';

private projectsData: ProjectsData;
private dsProjectsData: AgaveProjectsData;
Expand Down

0 comments on commit 55ef7da

Please sign in to comment.