forked from External/greenlight
GRN2-271: Removing redirection to "#" in invite participants copy button (#957)
This commit is contained in:
parent
b67bee2638
commit
9fa79bcc16
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue