Skip to content

Commit 850762c

Browse files
committed
Replace [x] button with Done button
1 parent 0d4f4c8 commit 850762c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/views/users/_transfer.html.erb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
<%= qr_code_image(url) %>
2323

2424
<form method="dialog" class="margin-block-start flex justify-center">
25-
<button class="btn" data-controller="tooltip">
26-
<%= icon_tag "remove" %>
27-
<span class="for-screen-reader">Close dialog</span>
25+
<button class="btn">
26+
<span>Done</span>
2827
</button>
2928
</form>
3029
</dialog>

0 commit comments

Comments
 (0)