We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1b683 commit c1ac9d9Copy full SHA for c1ac9d9
app/views/account/join_codes/show.html.erb
@@ -40,7 +40,9 @@
40
<% end %>
41
42
<dialog class="dialog panel shadow" data-dialog-target="dialog" style="--panel-size: 50ch;">
43
- <p class="margin-none-block-start txt-balance"><strong>Scan this code to join <%= Current.account.name %>:</strong></p>
+ <p class="margin-none-block-start txt-balance">
44
+ <strong>Scan this code to join <%= Current.account.name %>:</strong>
45
+ </p>
46
47
<%= qr_code_image(url) %>
48
0 commit comments