Copy link is now a button

This commit is contained in:
Booteille 2025-05-18 18:58:35 +02:00
parent 806ce74234
commit f5848e8670
No known key found for this signature in database
GPG Key ID: 0AB6C6CA01272646
1 changed files with 2 additions and 2 deletions

View File

@ -318,10 +318,10 @@
% if (!defined stash('invitation')) { % if (!defined stash('invitation')) {
<footer class="card-footer is-align-items-center"> <footer class="card-footer is-align-items-center">
<a href="#" class="card-footer-item action-copy"> <a href="#" class="card-footer-item action-copy">
<span class="icon-text is-justify-content-center"> <button class="icon-text is-justify-content-center">
<span class="icon fas fa-copy" aria-hidden="true"></span> <span class="icon fas fa-copy" aria-hidden="true"></span>
<span class="text"><%= l('Copy link') %></span> <span class="text"><%= l('Copy link') %></span>
</span> </button>
</a> </a>
<a href="#" class="card-footer-item action-download"> <a href="#" class="card-footer-item action-download">
<span class="icon-text is-justify-content-center"> <span class="icon-text is-justify-content-center">