Skip to content

Commit

Permalink
Update support.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaley committed Jul 26, 2023
1 parent 242d651 commit e7e75be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/app/routes/support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ export default class SupportRoute extends Route {
{
title: "proj-hermes-feedback",
icon: "slack",
url: "https://hashicorp.slack.com/archives/C03F4PTHZ1U",
url: "TODO:slackURL",
},
{
title: "[email protected]",
icon: "mail",
url: "mailto:[email protected]",
url: "mailto:TODO:EMAIL",
},
{
title: "GitHub Issues",
Expand Down

0 comments on commit e7e75be

Please sign in to comment.