GRN2-271: Removing redirection to "#" in invite participants copy button (#957)

This commit is contained in:
etiennevvv 2020-02-14 09:47:02 -05:00 committed by GitHub
parent b67bee2638
commit 9fa79bcc16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<div class="col-lg-5 col-md-12">
<div class="row">
<div class="col-sm-6">
<a href="#" id="copy" class="btn btn-primary btn-block mt-2">
<a id="copy" class="btn btn-primary btn-block mt-2">
<i class="fas fa-copy"></i>
<%= t("copy") %>
</a>