diff options
author | Christoph (Sheogorath) Kern | 2018-01-20 18:51:22 +0100 |
---|---|---|
committer | GitHub | 2018-01-20 18:51:22 +0100 |
commit | 2eb30782d558a6e2652ba37b090164369a23120b (patch) | |
tree | e61c80e5b80322e928d5deb0d37d27b40d9e32e2 /public/views/shared | |
parent | 38a46c837385ffb5a9e9dd444592e5adda7fdf6e (diff) | |
parent | dc10ec60fbbab2f2cb20b42c26a53058a9ae88b8 (diff) |
Merge pull request #687 from SISheogorath/refactor/contact
Remove/update contact details
Diffstat (limited to 'public/views/shared')
-rw-r--r-- | public/views/shared/help-modal.ejs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/views/shared/help-modal.ejs b/public/views/shared/help-modal.ejs index b1ea681d..f5dc55c2 100644 --- a/public/views/shared/help-modal.ejs +++ b/public/views/shared/help-modal.ejs @@ -15,9 +15,9 @@ <h3 class="panel-title"><%= __('Contacts') %></h3> </div> <div class="panel-body"> - <a href="https://github.com/hackmdio/hackmd/issues" target="_blank"><i class="fa fa-tag fa-fw"></i> <%= __('Report an issue') %></a> + <a href="https://github.com/hackmdio/hackmd/issues" target="_blank"><i class="fa fa-tag fa-fw"></i> <%= __('Report an issue') %></a> <br> - <a href="mailto:hackmdio@gmail.com"><i class="fa fa-envelope fa-fw"></i> <%= __('Send us email') %></a> + <a href="https://gitter.im/hackmdio/hackmd" target="_blank"><i class="fa fa-comments fa-fw"></i> <%= __('Meet us on Gitter') %></a> </div> </div> <div class="panel panel-default"> @@ -144,4 +144,4 @@ letter-spacing: 0.025em; line-height: 1.25; } -</style>
\ No newline at end of file +</style> |