Skip to content

Commit

Permalink
Replace help form with link to desaccess-admins email list
Browse files Browse the repository at this point in the history
  • Loading branch information
manning-ncsa committed Apr 2, 2024
1 parent a3d221a commit 028c20e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/des-pages/des-help.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ class DESHelp extends connect(store)(PageViewElement) {
<p class="red-links">Visit the <a href="${config.frontEndUrl}docs/" target="_blank">DESaccess Documentation</a> to learn more, and contact us using the button below if you need more assistance.
</p>
<div style="text-align: center;">
<paper-button @click="${(e) => {this.helpFormDialog.opened = true; }}" raised style="font-size: 1rem; margin: 1rem; padding-left: 2rem; padding-right: 2rem;"><iron-icon icon="vaadin:comments-o" style="height: 3rem; margin-right: 1rem;"></iron-icon>Contact us for help</paper-button>
<a href="mailto:desaccess-admins@lists.ncsa.illinois.edu?subject=DESaccess%20Help%20Request">
<paper-button raised style="font-size: 1rem; margin: 1rem; padding-left: 2rem; padding-right: 2rem;"><iron-icon icon="vaadin:comments-o" style="height: 3rem; margin-right: 1rem;"></iron-icon>Contact us for help</paper-button>
</a>
</div>
</section>
Expand Down

0 comments on commit 028c20e

Please sign in to comment.