Skip to content

Commit c1ac9d9

Browse files
committed
Format
1 parent ea1b683 commit c1ac9d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/views/account/join_codes/show.html.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
<% end %>
4141

4242
<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>
43+
<p class="margin-none-block-start txt-balance">
44+
<strong>Scan this code to join <%= Current.account.name %>:</strong>
45+
</p>
4446

4547
<%= qr_code_image(url) %>
4648

0 commit comments

Comments
 (0)